fix: Update deploy script for support custom project name

This commit is contained in:
beilunyang
2025-04-06 20:47:57 +08:00
parent eb88cbcb31
commit 0b9f457e52
2 changed files with 18 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "${PROJECT_NAME}",
"name": "moemail",
"compatibility_date": "2024-03-20",
"compatibility_flags": ["nodejs_compat"],
"pages_build_output_dir": ".vercel/output/static",