Sandbox: import STATE_DIR from paths directly (#41439)
This commit is contained in:
parent
d346f2d9ce
commit
30340d6835
@ -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");
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user