feat: Ajout du host pour débugger sur téléphone
This commit is contained in:
parent
e320b4bc33
commit
54da9cb7f1
|
@ -4,7 +4,7 @@
|
|||
"type": "module",
|
||||
"scripts": {
|
||||
"fetchData": "node --experimental-fetch --no-warnings scripts/fetchData.js",
|
||||
"dev": "vite",
|
||||
"dev": "vite --host 0.0.0.0",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview --port 5050",
|
||||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
|
||||
|
|
Loading…
Reference in New Issue