Skip to content

Commit

Permalink
fix: Fix #app not resolved on build
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisGV04 committed Oct 20, 2023
1 parent ed02a3f commit 113e14b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dist"
],
"engines": {
"node": ">=v16.14.0"
"node": ">=v16.20.1"
},
"scripts": {
"prepack": "nuxt-module-build build",
Expand Down
2 changes: 1 addition & 1 deletion src/runtime/types/link.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { NuxtLinkProps } from "#app";
import type { NuxtLinkProps } from "nuxt/app";

export interface Link extends NuxtLinkProps {
active?: boolean;
Expand Down

0 comments on commit 113e14b

Please sign in to comment.