vinext boiler

This commit is contained in:
JonLuca De Caro
2026-03-18 16:08:28 -07:00
commit a62d314b4a
22 changed files with 4722 additions and 0 deletions

12
wrangler.jsonc Normal file
View File

@@ -0,0 +1,12 @@
{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "vinext-boilerplate",
"compatibility_date": "2026-03-17",
"compatibility_flags": ["nodejs_compat"],
"main": "./worker/index.ts",
"assets": {
"directory": "dist/client",
"not_found_handling": "none",
"binding": "ASSETS",
},
}