We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
env
1 parent 1e1bf52 commit 88df929Copy full SHA for 88df929
files/entry.js
@@ -8,6 +8,7 @@ const debug = DEBUG;
8
installPolyfills();
9
10
const server = new Server(manifest);
11
+server.init({ env: process.env });
12
13
/**
14
* @typedef {import('@azure/functions').AzureFunction} AzureFunction
0 commit comments