Initial commit
This commit is contained in:
30
wrangler.json
Normal file
30
wrangler.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"$schema": "node_modules/wrangler/config-schema.json",
|
||||
"name": "modelping",
|
||||
"main": "./src/worker/index.ts",
|
||||
"compatibility_date": "2025-10-08",
|
||||
"compatibility_flags": [
|
||||
"nodejs_compat"
|
||||
],
|
||||
"observability": {
|
||||
"enabled": true
|
||||
},
|
||||
"upload_source_maps": true,
|
||||
"assets": {
|
||||
"directory": "./dist/client",
|
||||
"not_found_handling": "single-page-application"
|
||||
},
|
||||
"triggers": {
|
||||
"crons": [
|
||||
"* * * * *"
|
||||
]
|
||||
},
|
||||
"d1_databases": [
|
||||
{
|
||||
"binding": "DB",
|
||||
"database_name": "modelping",
|
||||
"database_id": "66b6a2c4-fc47-459b-852a-645277c5d6cd",
|
||||
"migrations_dir": "migrations"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user