File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ import https from "https";
6
6
import { readFileSync } from "fs" ;
7
7
import { run } from "micro" ;
8
8
import { createHmac , timingSafeEqual } from "crypto" ;
9
- import serializeErrors from "./serialize-errors" ;
10
- import { notFound , unauthorized , exit } from "./errors" ;
11
- import mysql from "./mysql" ;
12
- import postgres from "./postgres" ;
13
- import snowflake from "./snowflake" ;
9
+ import serializeErrors from "./serialize-errors.js " ;
10
+ import { notFound , unauthorized , exit } from "./errors.js " ;
11
+ import mysql from "./mysql.js " ;
12
+ import postgres from "./postgres.js " ;
13
+ import snowflake from "./snowflake.js " ;
14
14
15
15
export function server ( config , argv ) {
16
16
const development = process . env . NODE_ENV === "development" ;
You can’t perform that action at this time.
0 commit comments