mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-08 23:43:55 +05:00
BROKE/API_PROX: Start from scratch, add hello world with HonoJS
This commit is contained in:
parent
7cc36688e4
commit
033b7fdea5
22 changed files with 351 additions and 3739 deletions
38
api-prox/wrangler.jsonc
Normal file
38
api-prox/wrangler.jsonc
Normal file
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"$schema": "node_modules/wrangler/config-schema.json",
|
||||
"name": "anixart-serverless-api-proxy",
|
||||
"main": "src/index.ts",
|
||||
"compatibility_date": "2025-09-05"
|
||||
// "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