@constela/start 1.8.5 → 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: {
|
|
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
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@constela/start",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.7",
|
|
4
4
|
"description": "Meta-framework for Constela applications",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"tailwindcss": "^4.0.0",
|
|
46
46
|
"ws": "^8.18.0",
|
|
47
47
|
"@constela/compiler": "0.12.0",
|
|
48
|
-
"@constela/runtime": "0.16.5",
|
|
49
48
|
"@constela/core": "0.13.0",
|
|
49
|
+
"@constela/runtime": "0.16.6",
|
|
50
50
|
"@constela/router": "15.0.0",
|
|
51
51
|
"@constela/server": "9.0.0"
|
|
52
52
|
},
|