1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-20 07:49:22 -05:00

chore: Use node@18.16.0 on DevContainer ()

This commit is contained in:
Nanashia 2023-04-16 01:00:35 +09:00 committed by GitHub
parent 15761a0fa8
commit 973e70bacc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",