@modern-js/storybook-builder 0.0.0-next-20240731082401 → 0.0.0-next-20240731143838

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.
@@ -260,6 +260,7 @@ function applyServerConfig(builderConfig, options) {
260
260
  port: options.port,
261
261
  host: "localhost",
262
262
  htmlFallback: false,
263
+ strictPort: true,
263
264
  printUrls: false
264
265
  };
265
266
  }
@@ -263,6 +263,7 @@ function applyServerConfig(builderConfig, options) {
263
263
  port: options.port,
264
264
  host: "localhost",
265
265
  htmlFallback: false,
266
+ strictPort: true,
266
267
  printUrls: false
267
268
  };
268
269
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modern-js/storybook-builder",
3
- "version": "0.0.0-next-20240731082401",
3
+ "version": "0.0.0-next-20240731143838",
4
4
  "description": "modern.js support for storybook",
5
5
  "repository": {
6
6
  "type": "git",
@@ -70,18 +70,18 @@
70
70
  "remark-slug": "^7.0.1",
71
71
  "serve-static": "^1.14.1",
72
72
  "tinypool": "^0.8.0",
73
- "@modern-js/uni-builder": "0.0.0-next-20240731082401",
74
- "@modern-js/core": "0.0.0-next-20240731082401",
75
- "@modern-js/runtime": "0.0.0-next-20240731082401",
76
- "@modern-js/utils": "0.0.0-next-20240731082401"
73
+ "@modern-js/uni-builder": "0.0.0-next-20240731143838",
74
+ "@modern-js/core": "0.0.0-next-20240731143838",
75
+ "@modern-js/runtime": "0.0.0-next-20240731143838",
76
+ "@modern-js/utils": "0.0.0-next-20240731143838"
77
77
  },
78
78
  "devDependencies": {
79
79
  "@storybook/types": "~7.6.12",
80
80
  "@types/babel__core": "^7.20.5",
81
81
  "@types/serve-static": "^1.13.10",
82
82
  "typescript": "^5.2.2",
83
- "@modern-js/core": "0.0.0-next-20240731082401",
84
- "@scripts/build": "0.0.0-next-20240731082401"
83
+ "@scripts/build": "0.0.0-next-20240731143838",
84
+ "@modern-js/core": "0.0.0-next-20240731143838"
85
85
  },
86
86
  "publishConfig": {
87
87
  "registry": "https://registry.npmjs.org/",