Skip to content

Commit 98ce4fc

Browse files
authored
chore: enable nextjs https inside vscode config (#74)
This commit enables the experimental https server from nextjs, so that people that are running comfystream inside a container can access it outside the container.
1 parent d272cbd commit 98ce4fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"runtimeExecutable": "npm",
4545
"runtimeArgs": [
4646
"run",
47-
"dev"
47+
"dev:https"
4848
],
4949
"serverReadyAction": {
5050
"pattern": "listening on",
@@ -63,4 +63,4 @@
6363
]
6464
}
6565
]
66-
}
66+
}

0 commit comments

Comments
 (0)