diff options
Diffstat (limited to 'wrangler.jsonc')
| -rw-r--r-- | wrangler.jsonc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/wrangler.jsonc b/wrangler.jsonc new file mode 100644 index 0000000..17aea76 --- /dev/null +++ b/wrangler.jsonc @@ -0,0 +1,8 @@ +{ + "name": "bav", + "compatibility_date": "2026-08-22", + "assets": { + "directory": "./app", + "not_found_handling": "single-page-application" + } +} |
