fix(core): update

This commit is contained in:
Philipp Kunz 2022-03-18 20:20:07 +01:00
parent 0514a74a07
commit 3ada286495

View File

@ -103,7 +103,6 @@ export class TsWatch {
await tsbundle.build(paths.cwd, './ts_web/index.ts', './dist_serve/bundle.js', { await tsbundle.build(paths.cwd, './ts_web/index.ts', './dist_serve/bundle.js', {
bundler: 'esbuild' bundler: 'esbuild'
}); });
await smartserve.reload();
} }
this.watcherMap.add( this.watcherMap.add(
new Watcher({ new Watcher({