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 6cf9fb8 commit 51be7fbCopy full SHA for 51be7fb
1 file changed
src/caddy/index.ts
@@ -6,7 +6,7 @@ import { got } from 'got-cjs'
6
import { HttpProxyAgent } from 'http-proxy-agent'
7
import { HttpsProxyAgent } from 'https-proxy-agent'
8
import kill from 'kill-port'
9
-import { chmodRecursive, consola, once } from '../utils'
+import { chmodRecursive, consola, once } from '../utils'
10
import { addHost, removeHost } from '../host'
11
import { TEMP_DIR, caddyPath, supportList } from './constants'
12
import { logProgress, logProgressOver, tryPort } from './utils'
0 commit comments