Skip to content

Commit cc3655e

Browse files
committed
hack
1 parent 10ecca8 commit cc3655e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/types/global.d.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
declare module '*.svg'
22

33
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

Comments
 (0)