Skip to content

Commit

Permalink
feat: add missing env var types (#2541)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunozoric authored Jul 18, 2022
1 parent 9d442ad commit 2be45c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,7 @@ declare namespace NodeJS {
HEADLESS_CMS_GRAPHQL_INPUT_REQUIRE_ARRAY_ITEM?: "false" | string;
WEBINY_ELASTICSEARCH_INDEX_LOCALE?: "true" | string;
APW_SCHEDULER_SCHEDULE_ACTION_HANDLER?: string;
ELASTIC_SEARCH_ENDPOINT?: string;
EVENT_BUS?: string;
}
}
2 changes: 2 additions & 0 deletions typings/env/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,7 @@ declare namespace NodeJS {
WEBINY_ELASTICSEARCH_INDEX_LOCALE?: "true" | string;
APW_SCHEDULER_SCHEDULE_ACTION_HANDLER?: string;
STAGED_ROLLOUTS_VARIANT?: string;
ELASTIC_SEARCH_ENDPOINT?: string;
EVENT_BUS?: string;
}
}

0 comments on commit 2be45c3

Please sign in to comment.