first commit

This commit is contained in:
MiaoMint
2025-10-26 00:02:58 +08:00
commit 24295e8c14
9 changed files with 9603 additions and 0 deletions

37
wrangler.jsonc Normal file
View File

@@ -0,0 +1,37 @@
{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "mind-server",
"main": "src/index.ts",
"compatibility_date": "2025-10-25",
"browser": {
"binding": "MYBROWSER"
},
"compatibility_flags": ["nodejs_compat"],
"vars": {}
// "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
// }
}