feat: Ajout du host pour débugger sur téléphone

This commit is contained in:
Simon 2022-04-04 11:55:47 +02:00
parent e320b4bc33
commit 54da9cb7f1
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"type": "module", "type": "module",
"scripts": { "scripts": {
"fetchData": "node --experimental-fetch --no-warnings scripts/fetchData.js", "fetchData": "node --experimental-fetch --no-warnings scripts/fetchData.js",
"dev": "vite", "dev": "vite --host 0.0.0.0",
"build": "vite build", "build": "vite build",
"preview": "vite preview --port 5050", "preview": "vite preview --port 5050",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore" "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"