feat(typedserver): Enable compression for element development server and update @api.global/typedserver dependency

This commit is contained in:
2025-12-08 12:27:52 +00:00
parent 01bde87067
commit 6415a459d2
5 changed files with 18 additions and 11 deletions

View File

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