test: switch to cloudflare

This commit is contained in:
Aman Varshney
2025-08-04 01:44:06 +05:30
parent f56a3b7338
commit 37e4e9ae43
18 changed files with 1881 additions and 350 deletions

12
apps/web/wrangler.jsonc Normal file
View File

@@ -0,0 +1,12 @@
{
"$schema": "../../node_modules/wrangler/config-schema.json",
"main": ".open-next/worker.js",
"name": "better-t-stack",
"compatibility_date": "2025-07-13",
"compatibility_flags": ["nodejs_compat", "global_fetch_strictly_public"],
"keep_names": false,
"assets": {
"directory": ".open-next/assets",
"binding": "ASSETS"
}
}