1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-04 12:40:22 -05: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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"
}
}
}