Skip to content

Commit

Permalink
chore: fix env definition
Browse files Browse the repository at this point in the history
  • Loading branch information
valerymelou committed Sep 10, 2024
1 parent 429e771 commit 40ee1b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/website/src/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ declare const process: {
VM_CONTENTFUL_ACCESS_TOKEN: string;
PORT: number;
};
cwd: () => string;
};

0 comments on commit 40ee1b8

Please sign in to comment.