This commit is contained in:
Dream Hunter
2024-11-07 01:11:00 +08:00
committed by GitHub
parent 8f30505706
commit e99acdcc6e
2 changed files with 6 additions and 5 deletions

View File

@@ -9,6 +9,7 @@
"build:release": "vite build -m example --emptyOutDir",
"build:pages": "vite build -m pages --emptyOutDir",
"build:telegram": "VITE_IS_TELEGRAM=true vite build -m prod --emptyOutDir",
"build:telegram:release": "VITE_IS_TELEGRAM=true vite build -m example --emptyOutDir",
"preview": "vite preview",
"deploy:telegram": "npm run build:telegram && wrangler pages deploy ./dist --branch production",
"deploy:actions:telegram": "npm run build:telegram && wrangler pages deploy ./dist",