mirror of
https://github.com/michivonah/themepark-assistant.git
synced 2025-12-22 22:16:29 +01:00
rename project folder
This commit is contained in:
parent
09d1925cc0
commit
3c197d8ebe
9 changed files with 0 additions and 0 deletions
38
api/wrangler.jsonc
Normal file
38
api/wrangler.jsonc
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"$schema": "node_modules/wrangler/config-schema.json",
|
||||
"name": "themepark-assistant",
|
||||
"main": "src/index.ts",
|
||||
"compatibility_date": "2025-09-07"
|
||||
// "compatibility_flags": [
|
||||
// "nodejs_compat"
|
||||
// ],
|
||||
// "vars": {
|
||||
// "MY_VAR": "my-variable"
|
||||
// },
|
||||
// "kv_namespaces": [
|
||||
// {
|
||||
// "binding": "MY_KV_NAMESPACE",
|
||||
// "id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
||||
// }
|
||||
// ],
|
||||
// "r2_buckets": [
|
||||
// {
|
||||
// "binding": "MY_BUCKET",
|
||||
// "bucket_name": "my-bucket"
|
||||
// }
|
||||
// ],
|
||||
// "d1_databases": [
|
||||
// {
|
||||
// "binding": "MY_DB",
|
||||
// "database_name": "my-database",
|
||||
// "database_id": ""
|
||||
// }
|
||||
// ],
|
||||
// "ai": {
|
||||
// "binding": "AI"
|
||||
// },
|
||||
// "observability": {
|
||||
// "enabled": true,
|
||||
// "head_sampling_rate": 1
|
||||
// }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue