Skip to content

Commit

Permalink
assume defined
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Dec 12, 2024
1 parent 779337e commit 5782180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Shorthand to access environment variables.
export default import.meta.env as Record<string, string | undefined>
export default import.meta.env as Record<string, string>

export * from "./custom"
export * from "./vite"

0 comments on commit 5782180

Please sign in to comment.