feat: add config load to agent gateway

This commit is contained in:
Acbox
2026-01-29 14:49:25 +08:00
parent a8441a7fde
commit 041f1afde0
3 changed files with 22 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"scripts": {
"dev": "bun run --watch src/index.ts",
"build": "bun build src/index.ts --outfile dist/index.js --target bun --minify",
"start": "bun run dist/index.js"
"start": "pnpm run build && bun run dist/index.js"
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.9",