@gxp-dev/tools 2.0.56 → 2.0.57

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gxp-dev/tools",
3
- "version": "2.0.56",
3
+ "version": "2.0.57",
4
4
  "description": "Dev tools to create platform plugins",
5
5
  "type": "commonjs",
6
6
  "publishConfig": {
@@ -332,8 +332,8 @@ export default defineConfig(({ mode }) => {
332
332
  ? {
333
333
  protocol: env.HMR_PROTOCOL || "wss",
334
334
  host: env.HMR_HOST,
335
- port: parseInt(env.HMR_PORT) || 443,
336
- clientPort: parseInt(env.HMR_PORT) || 443,
335
+ port: parseInt(env.HMR_PORT) || parseInt(env.CLIENT_PORT) || parseInt(env.NODE_PORT) || 3060,
336
+ clientPort: parseInt(env.HMR_CLIENT_PORT) || parseInt(env.CLIENT_PORT) || parseInt(env.NODE_PORT) || 3060,
337
337
  }
338
338
  : {
339
339
  clientPort: