Skip to content

Commit ae8dfd5

Browse files
committed
Fix dynamic import of atmosphere
Fixes #2867
1 parent e3485e5 commit ae8dfd5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
// / <reference types="vite/client" />
22

3+
// eslint-disable-next-line import/unambiguous
34
interface ImportMetaEnv {
45
readonly VITE_SW_CONTEXT: boolean;
56
}
67

78
interface ImportMeta {
89
readonly env: ImportMetaEnv;
910
}
10-
11-
export {};

0 commit comments

Comments
 (0)