17 lines
355 B
JSON
17 lines
355 B
JSON
{
|
|
"$schema": "node_modules/wrangler/config-schema.json",
|
|
"name": "zep",
|
|
"compatibility_date": "2026-04-04",
|
|
"observability": {
|
|
"enabled": true,
|
|
},
|
|
"assets": {
|
|
"directory": "dist",
|
|
"not_found_handling": "single-page-application",
|
|
},
|
|
"compatibility_flags": ["nodejs_compat"],
|
|
"build": {
|
|
"command": "pnpm run build",
|
|
},
|
|
}
|