File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 4
4
"name" : " devc-react-app" ,
5
5
"image" : " mcr.microsoft.com/devcontainers/universal:2" ,
6
6
// Features to add to the dev container. More info: https://containers.dev/features.
7
- "features" : {
8
- "ghcr.io/devcontainers-contrib/features/zsh-plugins:0" : {
9
- "plugins" : " ssh-agent npm" ,
10
- "omzPlugins" : " https://github.com/zsh-users/zsh-autosuggestions git copypath kubectl history emoji encode64 z fzf" ,
11
- "username" : " root"
12
- }
13
- },
7
+ "features" : {},
14
8
// Use 'forwardPorts' to make a list of ports inside the container available locally.
15
9
"forwardPorts" : [3000 ],
16
10
"portsAttributes" : {
21
15
},
22
16
"updateContentCommand" : " npm install" ,
23
17
"postAttachCommand" : " npm run dev" ,
24
-
18
+
25
19
// Configure tool-specific properties.
26
20
"customizations" : {
27
21
"codespaces" : {
You can’t perform that action at this time.
0 commit comments