Skip to content

Commit 62fa608

Browse files
committedNov 13, 2024
Fix dynamic import of atmosphere
Fixes #2867
1 parent 784cefe commit 62fa608

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 
+1-2
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)