Skip to content

Commit e8b76a6

Browse files
committed
devcontainer: add GIT-LFS support
1 parent 874058a commit e8b76a6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
"name": "ring-ui",
44
"forwardPorts": [9999],
55
"image": "node:20.10.0",
6-
"postCreateCommand": "npm install"
6+
"postCreateCommand": "npm install",
7+
"features": {
8+
"ghcr.io/devcontainers/features/git-lfs:1": {}
9+
}
710
}

0 commit comments

Comments
 (0)