添加forwardPorts配置
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "Vitepress Project",
|
"name": "Vitepress Project",
|
||||||
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-18-bullseye",
|
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-18-bullseye",
|
||||||
|
"forwardPorts": ["5173"],
|
||||||
|
"containerEnv": {
|
||||||
|
"NODE_ENV": "development"
|
||||||
|
},
|
||||||
"customizations": {
|
"customizations": {
|
||||||
"vscode": {
|
"vscode": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
|
|||||||
Reference in New Issue
Block a user