Skip to content

Commit ee02021

Browse files
latest versions
1 parent 20abdc0 commit ee02021

File tree

3 files changed

+234
-155
lines changed

3 files changed

+234
-155
lines changed

apps/demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"astro": "astro"
1313
},
1414
"dependencies": {
15-
"@builder.io/qwik": "^1.9",
15+
"@builder.io/qwik": "^1.10",
1616
"@qwikdev/astro": "workspace:*",
17-
"astro": "^4.12.2"
17+
"astro": "^4.16.14"
1818
}
1919
}

libs/qwikdev-astro/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ export default defineIntegration({
6767
// integration HMR support
6868
watchDirectory(setupProps, resolver());
6969

70+
console.log("COMMAND: ", setupProps.command);
71+
7072
// 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.
7173
if (command === "dev") {
7274
const unregisterSW =

0 commit comments

Comments
 (0)