Skip to content

Commit

Permalink
comment entrypoints
Browse files Browse the repository at this point in the history
  • Loading branch information
thejackshelton committed Sep 21, 2024
1 parent 2ce8a9a commit 05cd8b5
Show file tree
Hide file tree
Showing 6 changed files with 138 additions and 222 deletions.
2 changes: 1 addition & 1 deletion apps/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@astrojs/react": "^3.6.0",
"@builder.io/qwik": "^1.7.2",
"@builder.io/qwik": "https://pkg.pr.new/@builder.io/qwik@eb845d0",
"@qwikdev/astro": "workspace:*",
"@qwikest/icons": "^0.0.13",
"@types/react": "^18.2.64",
Expand Down
9 changes: 9 additions & 0 deletions apps/demo/src/root.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { Slot, component$ } from "@builder.io/qwik";

export default component$(() => {
return (
<>
<Slot />
</>
);
});
4 changes: 2 additions & 2 deletions libs/qwikdev-astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@
"vite-tsconfig-paths": "^4.2.1"
},
"devDependencies": {
"@builder.io/qwik": "^1.7.2",
"@builder.io/qwik": "https://pkg.pr.new/@builder.io/qwik@eb845d0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.10.0",
"astro": "^4.12.2",
"typescript": "^5.4.2",
"vite": "^5.3"
},
"peerDependencies": {
"@builder.io/qwik": "^1.7.2",
"@builder.io/qwik": "https://pkg.pr.new/@builder.io/qwik@eb845d0",
"typescript": "^5.4.2"
}
}
93 changes: 0 additions & 93 deletions libs/qwikdev-astro/src/entrypoints.ts

This file was deleted.

Loading

0 comments on commit 05cd8b5

Please sign in to comment.