Skip to content

Instantly share code, notes, and snippets.

View MrPostie's full-sized avatar

Stefan MrPostie

View GitHub Profile
@MrPostie
MrPostie / .devcontainer---launch.json
Last active November 3, 2023 09:32
Debug NestJs
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Debug Nest Framework",
"runtimeExecutable": "yarn",
"runtimeArgs": [
"start:debug",