refactor(devcontainer): 修改开发容器名称
All checks were successful
CI/CD Pipeline / playwright (push) Successful in 1m56s
CI/CD Pipeline / build-and-deploy (push) Successful in 2m3s

This commit is contained in:
严浩
2025-11-08 19:07:00 +08:00
parent 169e0984a4
commit 1f78af72fc

View File

@@ -5,7 +5,7 @@
*/ */
{ {
"name": "Sandbox Dev Container", "name": "SBX",
"forwardPorts": [4730, 4731], // vscode://settings/remote.localPortHost -> 默认只监听 localhost "forwardPorts": [4730, 4731], // vscode://settings/remote.localPortHost -> 默认只监听 localhost
"portsAttributes": { "portsAttributes": {
"4730": { "label": "开发服务器端口", "onAutoForward": "notify" }, "4730": { "label": "开发服务器端口", "onAutoForward": "notify" },