refactor(cli): unify on clawdis CLI + node permissions

This commit is contained in:
Peter Steinberger
2025-12-20 02:08:04 +00:00
parent 479720c169
commit 849446ae17
49 changed files with 1205 additions and 2735 deletions

View File

@@ -79,7 +79,15 @@ describe("gateway SIGTERM", () => {
child = spawn(
process.execPath,
["--import", "tsx", "src/index.ts", "gateway", "--port", String(port)],
[
"--import",
"tsx",
"src/index.ts",
"gateway",
"--port",
String(port),
"--allow-unconfigured",
],
{
cwd: process.cwd(),
env: {