Skip to content

Commit

Permalink
get cli passing
Browse files Browse the repository at this point in the history
  • Loading branch information
thejackshelton committed Jun 15, 2024
1 parent 3f82386 commit 53b65d4
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
1 change: 1 addition & 0 deletions apps/node-demo/src/env.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client" />
4 changes: 2 additions & 2 deletions libs/qwikdev-astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@
"vite-tsconfig-paths": "^4.2.1"
},
"devDependencies": {
"@builder.io/qwik": "^1.5.1",
"@builder.io/qwik": "1.5.6",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.10.0",
"astro": "^4.5",
"typescript": "^5.4.2",
"vite": "^5.2.6"
},
"peerDependencies": {
"@builder.io/qwik": "^1.5.1",
"@builder.io/qwik": "1.5.6",
"typescript": "^5.4.2"
}
}
25 changes: 23 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 53b65d4

Please sign in to comment.