Skip to content

Commit

Permalink
Merge pull request #273 from ExileofAranei/fix-templates-relative-paths
Browse files Browse the repository at this point in the history
fix: use relative paths for injected types
  • Loading branch information
manchenkoff authored Dec 27, 2024
2 parents 81a4ed0 + 1e6875e commit c3df661
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 58 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"dependencies": {
"@nuxt/kit": "^3.13.2",
"defu": "^6.1.4",
"ofetch": "^1.4.0"
"ofetch": "^1.4.0",
"pathe": "^1.1.2"
},
"devDependencies": {
"@nuxt/devtools": "latest",
Expand Down
142 changes: 90 additions & 52 deletions pnpm-lock.yaml

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

Loading

0 comments on commit c3df661

Please sign in to comment.