Migrate to Cloudflare Workers
This commit is contained in:
Generated
+1093
-110
File diff suppressed because it is too large
Load Diff
+2
-1
@@ -28,6 +28,7 @@
|
|||||||
"tailwindcss-animate": "^1.0.7",
|
"tailwindcss-animate": "^1.0.7",
|
||||||
"typescript": "^5.8.3",
|
"typescript": "^5.8.3",
|
||||||
"unplugin-icons": "^22.1.0",
|
"unplugin-icons": "^22.1.0",
|
||||||
"vite": "^6.2.5"
|
"vite": "^6.2.5",
|
||||||
|
"wrangler": "^4.34.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
name = "inkclip"
|
||||||
|
compatibility_date = "2025-09-07"
|
||||||
|
|
||||||
|
[assets]
|
||||||
|
directory = "./dist/"
|
||||||
|
not_found_handling = "single-page-application"
|
||||||
Reference in New Issue
Block a user