mirror of
https://github.com/davidkaya/aryx.git
synced 2026-08-07 04:08:45 +02:00
refactor: rename sidecar host to Aryx
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
+3
-3
@@ -13,10 +13,10 @@
|
||||
"lsp:typescript": "typescript-language-server --stdio",
|
||||
"typecheck": "tsc --noEmit -p tsconfig.json",
|
||||
"test": "bun run typecheck && bun test",
|
||||
"sidecar:restore": "dotnet restore sidecar/Eryx.AgentHost.slnx",
|
||||
"sidecar:build": "dotnet build sidecar/Eryx.AgentHost.slnx",
|
||||
"sidecar:restore": "dotnet restore sidecar/Aryx.AgentHost.slnx",
|
||||
"sidecar:build": "dotnet build sidecar/Aryx.AgentHost.slnx",
|
||||
"sidecar:publish": "bun run scripts/publish-sidecar.ts",
|
||||
"sidecar:test": "dotnet test sidecar/Eryx.AgentHost.slnx"
|
||||
"sidecar:test": "dotnet test sidecar/Aryx.AgentHost.slnx"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user