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 3d9d25e commit 44315f3Copy full SHA for 44315f3
src/caddy/index.ts
@@ -155,7 +155,7 @@ export class CaddyInstant {
155
async run(source: string, target: string, options?: Partial<RunOptions>) {
156
source = source.replace('0.0.0.0', '127.0.0.1').replace('localhost', '127.0.0.1')
157
const {
158
- restore = false,
+ restore = true,
159
base = '/',
160
} = options || {}
161
0 commit comments