mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
14 lines
310 B
JSON
14 lines
310 B
JSON
{
|
|
"$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
|
|
}
|
|
]
|
|
}
|