Format
This commit is contained in:
@@ -5,10 +5,7 @@
|
||||
"compatibility_date": "2026-01-14",
|
||||
// disable_nodejs_process_v2 needed until unenv fix lands in Pages
|
||||
// See: https://github.com/withastro/astro/issues/14511
|
||||
"compatibility_flags": [
|
||||
"nodejs_compat",
|
||||
"disable_nodejs_process_v2"
|
||||
],
|
||||
"compatibility_flags": ["nodejs_compat", "disable_nodejs_process_v2"],
|
||||
// Static assets served from dist/
|
||||
"assets": {
|
||||
"directory": "./dist",
|
||||
@@ -24,7 +21,7 @@
|
||||
"d1_databases": [
|
||||
{
|
||||
"binding": "DB",
|
||||
"database_name": "emdash_db"
|
||||
"database_name": "emdash_db",
|
||||
},
|
||||
],
|
||||
// R2 bucket for media storage
|
||||
@@ -44,4 +41,4 @@
|
||||
"binding": "LOADER",
|
||||
},
|
||||
],
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user