Files
OpenCut/apps/web/wrangler.jsonc
T

14 lines
310 B
JSON
Raw Normal View History

2026-05-09 00:42:26 +02:00
{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "opencut-web",
"compatibility_date": "2025-09-02",
"compatibility_flags": ["nodejs_compat"],
"main": "@tanstack/react-start/server-entry",
"routes": [
{
2026-05-27 00:30:10 +02:00
"pattern": "new.opencut.app",
2026-05-09 00:42:26 +02:00
"custom_domain": true
}
]
}