fix(core): update

This commit is contained in:
2024-01-09 11:27:52 +01:00
parent 7e2a4725a5
commit 89251ad3e7
5 changed files with 13 additions and 9 deletions

View File

@@ -48,6 +48,8 @@ export class TsWatch {
injectReload: true,
serveDir: plugins.path.join(paths.cwd, './dist_watch/'),
port: 3002,
enableCompression: true,
preferredCompressionMethod: 'gzip',
});
const bundleAndReloadElement = async () => {