13 lines
316 B
JSON
13 lines
316 B
JSON
{
|
|
"$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",
|
|
},
|
|
}
|