mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-02 02:54:58 +02:00
* deps: update deps
* Update Changelog
* update dependencies (major)
* fix: broken lockfile on changelog-checker
* update vite
* update minimum working node version to 22.22.0
* update minimum working node version to 22.22.2
* fix types
* refactor: avoid using default import
* Revert "refactor: avoid using default import"
This reverts commit 5784df2ff0.
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
28 lines
570 B
JSON
28 lines
570 B
JSON
{
|
|
"name": "Misskey",
|
|
"dockerComposeFile": "compose.yml",
|
|
"service": "app",
|
|
"workspaceFolder": "/workspace",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/node:1": {
|
|
"version": "22.23.1"
|
|
},
|
|
"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",
|
|
"dbaeumer.vscode-eslint",
|
|
"mrmlnc.vscode-json5"
|
|
]
|
|
}
|
|
}
|
|
}
|