更新
This commit is contained in:
parent
a8151be8f7
commit
6d24062ef8
@ -1,4 +1,4 @@
|
||||
NODE_ENV = 'production'
|
||||
# NODE_ENV = 'production'
|
||||
|
||||
VITE_APP_BASE_URL = ''
|
||||
|
||||
|
@ -4,12 +4,10 @@
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"work": "vite --mode work",
|
||||
"prod": "vite --mode production",
|
||||
"preview": "vite preview --port 4173",
|
||||
"build": "vite build && node scripts/release.mjs",
|
||||
"build:prod": "vite build --mode production && node scripts/release.mjs",
|
||||
"build:work": "vite build --mode production && node scripts/release.mjs",
|
||||
"type-check": "vue-tsc --noEmit",
|
||||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user