mirror of
https://github.com/ArthurDanjou/artapi.git
synced 2026-01-14 18:59:26 +01:00
26 lines
549 B
JSON
26 lines
549 B
JSON
{
|
|
"$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",
|
|
"database_id": "d6c86b05-f4aa-4dcf-8962-e0b0d538d302"
|
|
}
|
|
],
|
|
"kv_namespaces": [
|
|
{
|
|
"binding": "CACHE",
|
|
"id": "0158163e35cf4804832a38863aed8ee9",
|
|
}
|
|
]
|
|
} |