Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnapo committed Jul 17, 2023
1 parent a97680a commit f4ebea2
Show file tree
Hide file tree
Showing 4 changed files with 176 additions and 217 deletions.
2 changes: 1 addition & 1 deletion global.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
declare namespace NodeJS {
interface ProcessEnv {
interface ProcessEnv { // eslint-disable-line @typescript-eslint/consistent-type-definitions
NODE_ENV: "development" | "production";
PORT?: string;
HOST?: string;
Expand Down
Loading

0 comments on commit f4ebea2

Please sign in to comment.