Sandbox: import STATE_DIR from paths directly (#41439)

This commit is contained in:
Altay
2026-03-10 00:18:41 +03:00
committed by GitHub
parent d346f2d9ce
commit 30340d6835

View File

@@ -1,6 +1,6 @@
import path from "node:path";
import { CHANNEL_IDS } from "../../channels/registry.js";
import { STATE_DIR } from "../../config/config.js";
import { STATE_DIR } from "../../config/paths.js";
export const DEFAULT_SANDBOX_WORKSPACE_ROOT = path.join(STATE_DIR, "sandboxes");