|
@@ -2,9 +2,8 @@
|
|
"name": "vuetify-project",
|
|
"name": "vuetify-project",
|
|
"version": "0.0.0",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"scripts": {
|
|
- "dev": "vite --host 0.0.0.0",
|
|
|
|
|
|
+ "dev": "vite --mode local-dev --host 0.0.0.0",
|
|
"build:dev": "vite build --mode development",
|
|
"build:dev": "vite build --mode development",
|
|
- "build:prod": "vite build --mode production",
|
|
|
|
"preview": "vite preview",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
|
|
"format": "prettier --write src/"
|
|
"format": "prettier --write src/"
|