@ts-cloud/core 0.7.24 → 0.7.25

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -22409,6 +22409,7 @@ function resolveManagementDashboardSites(config, environment, opts) {
22409
22409
  preStart: ["bun install --production --no-save"],
22410
22410
  start: `bun ${DASHBOARD_ENTRY} dashboard:serve --box --host 127.0.0.1 --port ${port}`,
22411
22411
  port,
22412
+ zeroDowntime: false,
22412
22413
  sharedPaths: [DASHBOARD_STATE_DIR],
22413
22414
  healthCheck: { path: "/login" },
22414
22415
  ssl: { provider: "letsencrypt" }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ts-cloud/core",
3
- "version": "0.7.24",
3
+ "version": "0.7.25",
4
4
  "type": "module",
5
5
  "description": "Core CloudFormation generation library for ts-cloud",
6
6
  "author": "Chris Breuer <chris@stacksjs.com>",
@@ -31,7 +31,7 @@
31
31
  "typecheck": "tsc --noEmit"
32
32
  },
33
33
  "dependencies": {
34
- "@ts-cloud/aws-types": "0.7.24"
34
+ "@ts-cloud/aws-types": "0.7.25"
35
35
  },
36
36
  "devDependencies": {
37
37
  "typescript": "^7.0.2"