1
0
mirror of https://github.com/bitwarden/server synced 2025-12-26 13:13:24 +00:00

Automatically forwarding ports 1080 and 1433 in VS Code/Cursor (#5104)

This commit is contained in:
Conner Turnbull
2024-12-03 14:06:38 -05:00
committed by GitHub
parent 059e6816f2
commit b580d7c022

View File

@@ -21,10 +21,15 @@
}
},
"postCreateCommand": "bash .devcontainer/internal_dev/postCreateCommand.sh",
"forwardPorts": [1080, 1433],
"portsAttributes": {
"1080": {
"label": "Mail Catcher",
"onAutoForward": "notify"
},
"1433": {
"label": "SQL Server",
"onAutoForward": "notify"
}
}
}