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 82a9d1e commit 452c122Copy full SHA for 452c122
test/zeit-now-node-server.test.ts
@@ -4,7 +4,7 @@ import axios from 'axios';
4
import fs from 'fs';
5
import path from 'path';
6
import listen from 'test-listen';
7
-import createServer from '../src';
+import { createServer } from '../src';
8
9
let server: Server;
10
let url: string;
0 commit comments