mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
8 lines
210 B
JSON
8 lines
210 B
JSON
{
|
|
"$schema": "node_modules/wrangler/config-schema.json",
|
|
"name": "opencut-api",
|
|
"main": "src/index.ts",
|
|
// Minimum date required for CloudflareAdapter AoT support
|
|
"compatibility_date": "2025-06-01"
|
|
}
|