14 lines
310 B
Plaintext
14 lines
310 B
Plaintext
{
|
|
"$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": [
|
|
{
|
|
"pattern": "new.opencut.app",
|
|
"custom_domain": true
|
|
}
|
|
]
|
|
}
|