web: add cloudflare wrangler.jsonc file
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Has been cancelled
Run tests / check lockfile correctness (push) Has been cancelled
Run tests / web sanity check (push) Has been cancelled
Run tests / api sanity check (push) Has been cancelled

This commit is contained in:
jj 2025-06-01 13:01:29 +00:00
parent b4a53d0fde
commit 3ee7c4d36a
No known key found for this signature in database

7
web/wrangler.jsonc Normal file
View File

@ -0,0 +1,7 @@
{
"name": "cobalt",
"compatibility_date": "2025-06-01",
"assets": {
"directory": "./build"
}
}