We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ecca8 commit cc3655eCopy full SHA for cc3655e
app/types/global.d.ts
@@ -1,3 +1,10 @@
1
declare module '*.svg'
2
3
declare module '*.yaml'
4
+
5
+// 削除したい、nuxt 3.6.5 内で使用している nitropack のバージョンと不一致のため
6
+declare module 'nitropack' {
7
+ interface NitroRuntimeConfigApp {
8
+ baseURL: string
9
+ }
10
+}
0 commit comments