Skip to content

Commit 3010853

Browse files
authored
Added devcontainer file
0 parents  commit 3010853

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.devcontainer.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"forwardPorts": [4001, 4002, 8980, 5173],
3+
"portsAttributes": {
4+
"4001": {
5+
"label": "algod"
6+
},
7+
"4002": {
8+
"label": "kmd"
9+
},
10+
"8980": {
11+
"label": "indexer"
12+
},
13+
"5173": {
14+
"label": "vite"
15+
}
16+
},
17+
"postCreateCommand": "pipx install algokit",
18+
"postStartCommand": "algokit localnet start"
19+
}

0 commit comments

Comments
 (0)