@constela/start 1.8.6 → 1.8.7

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.
@@ -2558,7 +2558,10 @@ async function createDevServer(options = {}) {
2558
2558
  if (css) {
2559
2559
  viteServer = await createViteServer({
2560
2560
  root: process.cwd(),
2561
- server: { middlewareMode: true },
2561
+ server: {
2562
+ middlewareMode: true,
2563
+ hmr: false
2564
+ },
2562
2565
  appType: "custom",
2563
2566
  logLevel: "silent"
2564
2567
  });
package/dist/cli/index.js CHANGED
@@ -4,7 +4,7 @@ import {
4
4
  hyperlink,
5
5
  loadConfig,
6
6
  resolveConfig
7
- } from "../chunk-PT6FDT6M.js";
7
+ } from "../chunk-IODZX7L3.js";
8
8
  import "../chunk-3GFRJEKD.js";
9
9
 
10
10
  // src/cli/index.ts
package/dist/index.js CHANGED
@@ -28,7 +28,7 @@ import {
28
28
  transformCsv,
29
29
  transformMdx,
30
30
  transformYaml
31
- } from "./chunk-PT6FDT6M.js";
31
+ } from "./chunk-IODZX7L3.js";
32
32
  import {
33
33
  evaluateMetaExpression,
34
34
  generateHydrationScript,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@constela/start",
3
- "version": "1.8.6",
3
+ "version": "1.8.7",
4
4
  "description": "Meta-framework for Constela applications",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -44,11 +44,11 @@
44
44
  "@tailwindcss/postcss": "^4.0.0",
45
45
  "tailwindcss": "^4.0.0",
46
46
  "ws": "^8.18.0",
47
+ "@constela/compiler": "0.12.0",
47
48
  "@constela/core": "0.13.0",
49
+ "@constela/runtime": "0.16.6",
48
50
  "@constela/router": "15.0.0",
49
- "@constela/server": "9.0.0",
50
- "@constela/compiler": "0.12.0",
51
- "@constela/runtime": "0.16.6"
51
+ "@constela/server": "9.0.0"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/ws": "^8.5.0",