Skip to content

Commit 821ce10

Browse files
committed
Add caching todo
1 parent 9943ab3 commit 821ce10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/src/bsc-args/rewatch.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ export async function getRewatchBscArgs(
9292

9393
// TODO: We should check a potential configured value
9494
// Users should be able to provide this themselves if they like.
95+
96+
// TODO: We should also cache this value if we found it.
9597
const rescriptRuntimes = await findRuntime(entry.project.workspaceRootPath);
9698

9799
if (debug()) {

0 commit comments

Comments
 (0)