Skip to content

Commit d68f5a3

Browse files
committed
add package
1 parent 67ed587 commit d68f5a3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

template/frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"@nuxt/eslint": "^1.2.0",
23+
"@nuxt/schema": "^3.0.0",
2324
"@nuxt/test-utils": "^3.17.2",
2425
"@nuxtjs/apollo": "5.0.0-alpha.14",
2526
"@nuxtjs/eslint-config-typescript": "^12.1.0",
@@ -28,7 +29,6 @@
2829
"postcss": "^8.5.3",
2930
"tailwindcss": "^4.0.14",
3031
"vue-eslint-parser": "^10.1.1",
31-
"vue-tsc": "^2.2.8",
32-
"@nuxt/schema": "^3.0.0"
32+
"vue-tsc": "^2.2.8"
3333
}
3434
}

template/frontend/types/nuxt.config.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { NuxtConfig } from "nuxt/schema";
1+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
2+
import { NuxtConfig } from "nuxt/schema"; // unclear why this is showing up as an unused-var...it seems to be used as interface down below
23

34
declare module "nuxt/schema" {
45
interface NuxtConfig {

0 commit comments

Comments
 (0)