fix(dev): consolidate generated cache directories
Quality / quality (ubuntu-latest) (push) Failing after 9m50s
Quality / quality (windows-latest) (push) Canceled after 0s

This commit is contained in:
2026-08-12 22:25:12 +05:30
parent e638c6be6a
commit b508b49058
8 changed files with 28 additions and 13 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@wrnexus/cli",
"version": "0.8.30",
"version": "0.8.31",
"type": "module",
"main": "src/index.ts",
"exports": {
+1
View File
@@ -540,6 +540,7 @@ export async function runGateway(root: string, args: string[]): Promise<void> {
const hostname = hostArg?.split("=")[1] ?? environmentConfig.hostname;
// The published CLI bundle carries the matching gateway/cache lifecycle.
const { startGateway } = await import("@wrnexus/dev-server");
await startGateway({