Skip to content

Commit

Permalink
chore: add tz to env (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruffpuff1 committed Mar 29, 2022
1 parent 0241891 commit 7ccb92d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/env/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export interface Env {
TZ: string;
NODE_ENV: 'production' | 'development';
}

Expand Down

1 comment on commit 7ccb92d

@vercel
Copy link

@vercel vercel bot commented on 7ccb92d Mar 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.