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