Include external hosting on dev

This commit is contained in:
Douglas Barone 2023-11-30 07:21:26 -04:00
parent 4690357357
commit 27d4759ef1

View File

@ -2,7 +2,7 @@
"name": "web",
"version": "1.0.0",
"scripts": {
"dev": "vite",
"dev": "vite --host",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore"