Skip to content

Commit 74edde4

Browse files
committed
Fix running mintlify dev server
1 parent 7790bad commit 74edde4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.devcontainer/devcontainer.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
// For format details, see https://aka.ms/devcontainer.json.
21
{
3-
// Use 'forwardPorts' to make a list of ports inside the container available locally.
42
"forwardPorts": [3000],
5-
6-
// Use 'postCreateCommand' to run commands after the container is created.
73
"postCreateCommand": "script/setup && script/start"
84
}

0 commit comments

Comments
 (0)