fix(core): update

This commit is contained in:
Philipp Kunz 2022-03-18 16:42:53 +01:00
parent 9ed461e1e4
commit 27477253ee

View File

@ -49,7 +49,7 @@ export class TsWatch {
const tsbundle = new plugins.tsbundle.TsBundle();
const htmlHandler = new plugins.tsbundle.HtmlHandler();
const bundleAndReload = async () => {
await tsbundle.build(paths.cwd, './ts_web/index.ts', './dist_watch/bundle.js', {
await tsbundle.build(paths.cwd, './html/index.ts', './dist_watch/bundle.js', {
bundler: 'esbuild'
});
await smartserve.reload();