refactor/api-prox: config.json -> config.ts

This commit is contained in:
Kentai Radiquum 2025-09-06 00:19:16 +05:00
parent 83fe8e80e3
commit 002b5a446c
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
6 changed files with 23 additions and 9 deletions

View file

@ -10,6 +10,8 @@
"hono": "^4.9.6"
},
"devDependencies": {
"wrangler": "^4.4.0"
"@types/node": "^20.11.17",
"wrangler": "^4.4.0",
"typescript": "^5.9.2"
}
}