mirror of
https://github.com/ArthurDanjou/artmcp.git
synced 2026-01-14 14:44:21 +01:00
chore: supprimer le workflow de déploiement NuxtHub et mettre à jour la configuration pour Nitro Cloudflare
This commit is contained in:
25
wrangler.jsonc
Normal file
25
wrangler.jsonc
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"$schema": "node_modules/wrangler/config-schema.json",
|
||||
"name": "artapi",
|
||||
"compatibility_date": "2025-12-13",
|
||||
"observability": {
|
||||
"enabled": true
|
||||
},
|
||||
"main": "./.output/server/index.mjs",
|
||||
"assets": {
|
||||
"binding": "ASSETS",
|
||||
"directory": "./.output/public/"
|
||||
},
|
||||
"d1_databases": [
|
||||
{
|
||||
"binding": "DB",
|
||||
"database_name": "artapi"
|
||||
}
|
||||
],
|
||||
"kv_namespaces": [
|
||||
{
|
||||
"binding": "CACHE",
|
||||
"id": "artapi-cache"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user