We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9943ab3 commit 821ce10Copy full SHA for 821ce10
server/src/bsc-args/rewatch.ts
@@ -92,6 +92,8 @@ export async function getRewatchBscArgs(
92
93
// TODO: We should check a potential configured value
94
// Users should be able to provide this themselves if they like.
95
+
96
+ // TODO: We should also cache this value if we found it.
97
const rescriptRuntimes = await findRuntime(entry.project.workspaceRootPath);
98
99
if (debug()) {
0 commit comments