Skip to content

Commit 959c336

Browse files
committed
Add bsb remark
1 parent 718e986 commit 959c336

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

server/src/bsc-args/bsb.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ import { buildNinjaPartialPath } from "../constants";
55

66
export type BsbCompilerArgs = string[];
77

8+
// TODO: I guess somewhere in here, when the version is v12 beta 10 or later,
9+
// We need to pass -rescript-runtime as argument as well.
10+
811
export async function getBsbBscArgs(
912
entry: IncrementallyCompiledFileInfo,
1013
): Promise<BsbCompilerArgs | null> {

0 commit comments

Comments
 (0)