Migrate to Cloudflare Workers

This commit is contained in:
daylily
2025-09-07 14:00:42 -04:00
parent 3b20e85612
commit efc503df33
3 changed files with 1101 additions and 111 deletions
+1093 -110
View File
File diff suppressed because it is too large Load Diff
+2 -1
View File
@@ -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"
} }
} }
+6
View File
@@ -0,0 +1,6 @@
name = "inkclip"
compatibility_date = "2025-09-07"
[assets]
directory = "./dist/"
not_found_handling = "single-page-application"