Skip to content

Commit

Permalink
feat: initialize env (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
zjpalasz authored Aug 23, 2022
1 parent 1e1bf52 commit 88df929
Show file tree
Hide file tree
Showing 3 changed files with 320 additions and 250 deletions.
1 change: 1 addition & 0 deletions files/entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const debug = DEBUG;
installPolyfills();

const server = new Server(manifest);
server.init({ env: process.env });

/**
* @typedef {import('@azure/functions').AzureFunction} AzureFunction
Expand Down
Loading

0 comments on commit 88df929

Please sign in to comment.