Skip to content

Commit

Permalink
install dependencies using pnpm
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammad Umer Farooq <[email protected]>
  • Loading branch information
lablnet committed Feb 6, 2024
1 parent 2bdafcd commit 67e1f42
Show file tree
Hide file tree
Showing 3 changed files with 4,192 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .astro/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -585,5 +585,5 @@ declare module 'astro:content' {

type AnyEntryMap = ContentEntryMap & DataEntryMap;

type ContentConfig = typeof import("../src/content/config");
export type ContentConfig = typeof import("./../src/content/config.js");
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"astro": "^4.3.0",
"postcss": "^8.4.33",
"preact": "^10.19.3",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vue": "^3.4.15"
},
Expand Down
Loading

0 comments on commit 67e1f42

Please sign in to comment.