fix(typedserver): Update @api.global/typedserver to ^7.10.2 and remove deprecated compression options from TypedServer initialization

This commit is contained in:
2025-12-08 11:32:12 +00:00
parent 0dee896201
commit 4f4c4a7538
5 changed files with 916 additions and 115 deletions

View File

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