Skip to content

Commit

Permalink
update envdts
Browse files Browse the repository at this point in the history
  • Loading branch information
codingki committed Apr 21, 2024
1 parent c26a4fe commit e9bbaac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions example/next/env.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
declare namespace NodeJS {
interface ProcessEnv {
readonly EXPORT_DOCS?: string;
readonly NEXT_PUBLIC_CAPSULE_ENV?: "DEV" | "SANDBOX" | "BETA" | "PROD";
}
}
1 change: 1 addition & 0 deletions example/starter/env.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
declare namespace NodeJS {
interface ProcessEnv {
readonly EXPORT_DOCS?: string;
readonly NEXT_PUBLIC_CAPSULE_ENV?: "DEV" | "SANDBOX" | "BETA" | "PROD";
}
}

0 comments on commit e9bbaac

Please sign in to comment.