diff --git a/desktop/scripts/start-dev-server.ts b/desktop/scripts/start-dev-server.ts index c4f0892d6..cca63bfd3 100644 --- a/desktop/scripts/start-dev-server.ts +++ b/desktop/scripts/start-dev-server.ts @@ -182,7 +182,7 @@ async function addWebsocket(server: http.Server) { const watchman = new Watchman(path.resolve(__dirname, '..')); await watchman.initialize(); await Promise.all( - ['src', 'pkg', 'doctor'].map((dir) => + ['app', 'pkg', 'doctor'].map((dir) => watchman.startWatchFiles( dir, () => {