mirror of
https://github.com/beilunyang/moemail.git
synced 2026-05-11 18:11:27 +08:00
chore: Update deploy script
This commit is contained in:
21
wrangler.example.json
Normal file
21
wrangler.example.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"$schema": "node_modules/wrangler/config-schema.json",
|
||||
"name": "moemail",
|
||||
"compatibility_date": "2024-03-20",
|
||||
"compatibility_flags": ["nodejs_compat"],
|
||||
"pages_build_output_dir": ".vercel/output/static",
|
||||
"d1_databases": [
|
||||
{
|
||||
"binding": "DB",
|
||||
"database_name": "${DATABASE_NAME}",
|
||||
"database_id": "${DATABASE_ID}",
|
||||
"migrations_dir": "drizzle"
|
||||
}
|
||||
],
|
||||
"kv_namespaces": [
|
||||
{
|
||||
"binding": "SITE_CONFIG",
|
||||
"id": "${KV_NAMESPACE_ID}"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user