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 385a2ba commit 6bef5deCopy full SHA for 6bef5de
src/server.ts
@@ -660,7 +660,6 @@ async function createProjectService(
660
watcher.unwatch(state.dependencies)
661
}
662
state.dependencies = getModuleDependencies(state.configPath)
663
- console.log({ deps: state.dependencies })
664
watcher.add(state.dependencies)
665
666
state.configId = getConfigId(state.configPath, state.dependencies)
0 commit comments