mirror of
https://github.com/acedanger/finance.git
synced 2025-12-05 22:50:12 -08:00
10 lines
192 B
JSON
10 lines
192 B
JSON
{
|
|
"$schema": "node_modules/wrangler/config-schema.json",
|
|
"name": "finance",
|
|
// Update to today's date
|
|
"compatibility_date": "2025-04-24",
|
|
"assets": {
|
|
"directory": "./dist"
|
|
}
|
|
}
|