refactor: run hwlab gateway through bun ts

This commit is contained in:
Codex
2026-05-29 15:01:56 +08:00
parent a248e91b43
commit d7ff08f3f2
8 changed files with 232 additions and 8 deletions
+2 -2
View File
@@ -455,10 +455,10 @@
"publishEnabled": true,
"artifactRequired": true,
"artifactScope": "required",
"runtimeKind": "node-command",
"runtimeKind": "bun-command",
"implementationState": "repo-entrypoint",
"sourceState": "source-present",
"entrypoint": "cmd/hwlab-gateway/main.mjs",
"entrypoint": "cmd/hwlab-gateway/main.ts",
"disabledReason": null
},
{