Skip to content

Commit 36c4371

Browse files
authored
Merge branch 'develop' into patch-3
2 parents f940303 + 5a926e7 commit 36c4371

File tree

2,117 files changed

+68744
-261513
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,117 files changed

+68744
-261513
lines changed

.devcontainer/devcontainer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"privileged": true,
1212
"runArgs": [
13-
"-p=3000:3000", // Add port for server api
14-
"-p=5173:5173", // Add port for client
13+
"-p 3000:3000", // Add port for server api
14+
"-p 5173:5173", // Add port for client
1515
//"--volume=/usr/lib/wsl:/usr/lib/wsl", // uncomment for WSL
1616
//"--volume=/mnt/wslg:/mnt/wslg", // uncomment for WSL
1717
"--gpus=all", // ! uncomment for vGPU
@@ -35,4 +35,4 @@
3535
}
3636
},
3737
"features": {}
38-
}
38+
}

0 commit comments

Comments
 (0)