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.
1 parent adf10e6 commit ae64388Copy full SHA for ae64388
packages/runtime/src/templates/getHandler.ts
@@ -168,7 +168,7 @@ export const getHandler = ({
168
minimalMode = false,
169
}): string => {
170
const handlerSource = makeHandler.toString()
171
- const minimal = minimalMode ? ', true' : 'false'
+ const minimal = minimalMode ? 'true' : 'false'
172
// This is a string, but if you have the right editor plugin it should format as js
173
return javascript/* javascript */ `
174
const { Server } = require("http");
0 commit comments