mirror of
https://github.com/AeThex-Corporation/AeThex-OS.git
synced 2026-04-17 22:07:20 +00:00
23 lines
561 B
JSON
23 lines
561 B
JSON
{
|
|
"name": "AeThex-OS Dev Container",
|
|
"image": "mcr.microsoft.com/devcontainers/base:alpine",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/node:1": {
|
|
"version": "20",
|
|
"packageManager": "npm"
|
|
},
|
|
"ghcr.io/devcontainers/features/github-cli:1": {}
|
|
},
|
|
"postCreateCommand": "npm ci",
|
|
"forwardPorts": [5173, 3000],
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"esbenp.prettier-vscode",
|
|
"dbaeumer.vscode-eslint",
|
|
"ms-vscode.vscode-typescript-next"
|
|
]
|
|
}
|
|
},
|
|
"remoteUser": "vscode"
|
|
}
|