2023-02-12 09:07:56 +09:00
|
|
|
{
|
|
|
|
"name": "Misskey",
|
2024-06-28 11:16:12 +09:00
|
|
|
"dockerComposeFile": "compose.yml",
|
2023-02-12 09:07:56 +09:00
|
|
|
"service": "app",
|
2023-02-14 13:17:34 +09:00
|
|
|
"workspaceFolder": "/workspace",
|
2023-03-05 10:47:08 +09:00
|
|
|
"features": {
|
2023-04-16 01:00:35 +09:00
|
|
|
"ghcr.io/devcontainers/features/node:1": {
|
2024-05-04 20:56:14 +09:00
|
|
|
"version": "20.12.2"
|
2024-05-13 11:19:19 +09:00
|
|
|
},
|
|
|
|
"ghcr.io/devcontainers-contrib/features/corepack:1": {}
|
2023-03-05 10:47:08 +09:00
|
|
|
},
|
2023-02-12 09:07:56 +09:00
|
|
|
"forwardPorts": [3000],
|
2024-06-12 11:08:42 +09:00
|
|
|
"postCreateCommand": "/bin/bash .devcontainer/init.sh",
|
2023-03-05 01:06:30 +09:00
|
|
|
"customizations": {
|
|
|
|
"vscode": {
|
|
|
|
"extensions": [
|
|
|
|
"editorconfig.editorconfig",
|
|
|
|
"dbaeumer.vscode-eslint",
|
|
|
|
"Vue.volar",
|
|
|
|
"Orta.vscode-jest",
|
|
|
|
"dbaeumer.vscode-eslint",
|
|
|
|
"mrmlnc.vscode-json5"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-02-12 09:07:56 +09:00
|
|
|
}
|