setup deployment materials for web app
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
"compile": "npx tsc --noEmit 2>&1 | grep '^src/'",
|
||||
"web:dev": "cross-env APP_ENV=dev vite --config vite.web.config.mts",
|
||||
"web:build": "cross-env APP_ENV=prod vite build --config vite.web.config.mts",
|
||||
"web:build:ci": "vite build --config vite.web.config.mts",
|
||||
"web:preview": "vite preview --config vite.web.config.mts"
|
||||
},
|
||||
"keywords": [],
|
||||
|
||||
Reference in New Issue
Block a user