Skip to content

Commit

Permalink
chore: Use [email protected] on DevContainer (misskey-dev#10642)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanashia authored and na2na-p committed May 10, 2023
1 parent d0fcfae commit c9f9ed5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"service": "app",
"workspaceFolder": "/workspace",
"features": {
"ghcr.io/devcontainers-contrib/features/pnpm:2": {}
"ghcr.io/devcontainers-contrib/features/pnpm:2": {},
"ghcr.io/devcontainers/features/node:1": {
"version": "18.16.0"
}
},
"forwardPorts": [3000],
"postCreateCommand": "sudo chmod 755 .devcontainer/init.sh && .devcontainer/init.sh",
Expand Down

0 comments on commit c9f9ed5

Please sign in to comment.