mirror of
https://github.com/duthaho/claudekit.git
synced 2026-07-16 20:55:17 +03:00
feat: add initial wrangler configuration for deployment
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"$schema": "node_modules/wrangler/config-schema.json",
|
||||||
|
"name": "claudekit",
|
||||||
|
"compatibility_date": "2026-04-24",
|
||||||
|
"assets": {
|
||||||
|
"directory": "./dist",
|
||||||
|
"not_found_handling": "404-page"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user