fix(typedserver): Update @api.global/typedserver to ^7.10.2 and remove deprecated compression options from TypedServer initialization
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user