Skip to content

Commit 43223cd

Browse files
committed
align imports
1 parent 1fa313a commit 43223cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ vsbx --settings <file> <command> # Custom config
2525
### Node.js Library
2626

2727
```javascript
28-
import { type SandboxRuntimeConfig } from "@/core/sandbox/sandbox-config";
29-
import { SandboxManager } from "@/core/manager/sandbox-manager";
28+
import { type SandboxRuntimeConfig } from "vsbx/core/sandbox/sandbox-config";
29+
import { SandboxManager } from "vsbx/core/manager/sandbox-manager";
3030
import { spawn } from "node:child_process";
3131

3232
const config: SandboxRuntimeConfig = {

0 commit comments

Comments
 (0)