mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-12-28 06:54:10 +00:00
* Revert "テストが動かないためnodejs 24サポートを取り消し"
This reverts commit a892bbcce5.
* fix jest.js
* ファイルの添付方法を変更
---------
Co-authored-by: samunohito <46447427+samunohito@users.noreply.github.com>
29 lines
594 B
JSON
29 lines
594 B
JSON
{
|
|
"name": "Misskey",
|
|
"dockerComposeFile": "compose.yml",
|
|
"service": "app",
|
|
"workspaceFolder": "/workspace",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/node:1": {
|
|
"version": "24.10.0"
|
|
},
|
|
"ghcr.io/devcontainers-extra/features/pnpm:2": {
|
|
"version": "10.10.0"
|
|
}
|
|
},
|
|
"forwardPorts": [3000],
|
|
"postCreateCommand": "/bin/bash .devcontainer/init.sh",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"editorconfig.editorconfig",
|
|
"dbaeumer.vscode-eslint",
|
|
"Vue.volar",
|
|
"Orta.vscode-jest",
|
|
"dbaeumer.vscode-eslint",
|
|
"mrmlnc.vscode-json5"
|
|
]
|
|
}
|
|
}
|
|
}
|