Temp - comment out line to see what serverless function does.

This commit is contained in:
Dillon Kearns 2021-12-15 09:32:24 -08:00
parent dacba7358e
commit c113fd8008

View File

@ -161,7 +161,7 @@ function runElmApp(
}
app.ports.toJsPort.subscribe(portHandler);
}).finally(() => {
addDataSourceWatcher(patternsToWatch);
// addDataSourceWatcher(patternsToWatch);
killApp();
killApp = null;
});