Skip to content

Commit 14fe0f0

Browse files
committed
chore: cleanup imports
1 parent 4cd6fbe commit 14fe0f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

adex/runtime/server.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
import { existsSync, link, readFileSync } from 'node:fs'
2-
import http from 'node:http'
31
import { env } from 'adex/env'
2+
import { existsSync, readFileSync } from 'node:fs'
3+
import http from 'node:http'
44
import { dirname, join } from 'node:path'
55
import { fileURLToPath } from 'node:url'
66

77
//@ts-expect-error internal requires
8-
import { sirv, mri } from 'adex/ssr'
8+
import { mri, sirv } from 'adex/ssr'
99

1010
//@ts-expect-error vite virtual import
1111
import { handler } from 'virtual:adex:handler'

0 commit comments

Comments
 (0)