mirror of
https://github.com/acedanger/finance.git
synced 2025-12-05 22:50:12 -08:00
15 lines
276 B
JSON
15 lines
276 B
JSON
{
|
|
"$schema": "node_modules/wrangler/config-schema.json",
|
|
"name": "finance",
|
|
"observability": {
|
|
"logs": {
|
|
"enabled": true
|
|
}
|
|
},
|
|
"compatibility_date": "2025-04-24",
|
|
"compatibility_flags": ["nodejs_compat"],
|
|
"assets": {
|
|
"directory": "./dist"
|
|
}
|
|
}
|