Skip to content

Commit

Permalink
chore: add APW_SCHEDULER_SCHEDULE_ACTION_HANDLER to env
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashu96 committed Mar 30, 2022
1 parent 8bc8113 commit e5ddc56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ declare namespace NodeJS {
IMPORT_PAGES_CREATE_HANDLER?: string;
PUBLIC_URL?: string;
HEADLESS_CMS_GRAPHQL_INPUT_REQUIRE_ARRAY_ITEM?: "false" | string;
APW_SCHEDULER_SCHEDULE_ACTION_HANDLER?: string;
}
}
}
1 change: 1 addition & 0 deletions typings/env/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ declare namespace NodeJS {
IMPORT_PAGES_CREATE_HANDLER?: string;
PUBLIC_URL?: string;
HEADLESS_CMS_GRAPHQL_INPUT_REQUIRE_ARRAY_ITEM?: "false" | string;
APW_SCHEDULER_SCHEDULE_ACTION_HANDLER?: string;
}
}

0 comments on commit e5ddc56

Please sign in to comment.