feat: add devcontainer config

This commit is contained in:
abearxiong 2025-02-19 06:23:51 +08:00
parent 2a6628ad25
commit 11ac3a22ab
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{
"name": "Node.js 22 Development Environment",
"image": "mcr.microsoft.com/devcontainers/javascript-node:22",
"settings": {
"terminal.integrated.defaultProfile.linux": "/bin/bash"
},
"extensions": [
"dbaeumer.vscode-eslint"
],
"postCreateCommand": "npm install -g @kevisual/envision-cli@latest && npm install"
}

View File

@ -12,6 +12,9 @@
"prepub": "envision switchOrg user",
"pub": "envision deploy ./dist -k app-template -v 0.0.1"
},
"stackblitz": {
"startCommand": "npm dev:web"
},
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me>",
"license": "MIT",