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