Files
finance/wrangler.jsonc
cloudflare-workers-and-pages[bot] c17d2d88e8 Update wrangler config name to finance
2025-04-24 19:49:54 +00:00

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"
}
}