Skip to content

Commit 136a852

Browse files
committed
refactor: update imports for build module rename
Signed-off-by: leocavalcante <leo@cavalcante.dev>
1 parent 798fde3 commit 136a852

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/loop.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99

1010
import { join } from "node:path"
11-
import { Builder } from "./builder.ts"
11+
import { Builder } from "./build.ts"
1212
import { extractEvalReason, isComplete, parseEval } from "./eval.ts"
1313
import {
1414
ensureDirectories,

tests/build.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
type Part,
1111
type ServerEvent,
1212
type TextPart,
13-
} from "../src/builder.ts"
13+
} from "../src/build.ts"
1414

1515
/** Mock logger calls record */
1616
interface MockLoggerCalls {

0 commit comments

Comments
 (0)