add serverless import to netlify function
cgen-c7132c99ecea4b24993072c2d9be753d
This commit is contained in:
parent
7301fd0169
commit
af9edd7b24
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
import serverless from "serverless-http";
|
import serverless from "serverless-http";
|
||||||
|
|
||||||
|
import serverless from "serverless-http";
|
||||||
import { createServer } from "../../server";
|
import { createServer } from "../../server";
|
||||||
|
|
||||||
export const handler = serverless(createServer());
|
export const handler = serverless(createServer());
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue