We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20abdc0 commit ee02021Copy full SHA for ee02021
apps/demo/package.json
@@ -12,8 +12,8 @@
12
"astro": "astro"
13
},
14
"dependencies": {
15
- "@builder.io/qwik": "^1.9",
+ "@builder.io/qwik": "^1.10",
16
"@qwikdev/astro": "workspace:*",
17
- "astro": "^4.12.2"
+ "astro": "^4.16.14"
18
}
19
libs/qwikdev-astro/src/index.ts
@@ -67,6 +67,8 @@ export default defineIntegration({
67
// integration HMR support
68
watchDirectory(setupProps, resolver());
69
70
+ console.log("COMMAND: ", setupProps.command);
71
+
72
// Because Astro uses the same port for both dev and preview, we need to unregister the SW in order to avoid a stale SW in dev mode.
73
if (command === "dev") {
74
const unregisterSW =
0 commit comments