Skip to content

Commit

Permalink
Fix dynamic import of atmosphere
Browse files Browse the repository at this point in the history
Fixes #2867
  • Loading branch information
krissvaa committed Nov 13, 2024
1 parent 784cefe commit 62fa608
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/ts/frontend/src/vite-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
// / <reference types="vite/client" />

// eslint-disable-next-line import/unambiguous
interface ImportMetaEnv {
readonly VITE_SW_CONTEXT: boolean;
}

interface ImportMeta {
readonly env: ImportMetaEnv;
}

export {};

0 comments on commit 62fa608

Please sign in to comment.