mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-06-13 03:20:46 +08:00
feat: add page functions proxy to make response faster (#234)
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
"dev": "vite",
|
||||
"build": "vite build -m prod --emptyOutDir",
|
||||
"build:release": "vite build -m example --emptyOutDir",
|
||||
"build:pages": "vite build -m pages --emptyOutDir",
|
||||
"preview": "vite preview",
|
||||
"deploy:preview": "npm run build && wrangler pages deploy ./dist --branch preview",
|
||||
"deploy": "npm run build && wrangler pages deploy ./dist --branch production"
|
||||
|
||||
Reference in New Issue
Block a user