mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
13 lines
334 B
JSON
13 lines
334 B
JSON
{
|
|
"$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"
|
|
}
|
|
}
|