feat: add devcontainer config
This commit is contained in:
parent
2a6628ad25
commit
11ac3a22ab
11
.devcontainer/devcontainer.json
Normal file
11
.devcontainer/devcontainer.json
Normal 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"
|
||||
}
|
@ -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",
|
||||
|
Reference in New Issue
Block a user