mirror of
https://github.com/duthaho/claudekit.git
synced 2026-06-10 20:24:57 +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