Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Aug 16, 2024
1 parent d7a6b11 commit c2febb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

// Shorthand to access environment variables.
const env = import.meta.env
const env = import.meta.env as Record<string, string>
export default env

// The name of the current service.
Expand Down

0 comments on commit c2febb3

Please sign in to comment.