Skip to content

Instantly share code, notes, and snippets.

View craigsh's full-sized avatar

Craig Shearer craigsh

View GitHub Profile
@craigsh
craigsh / angular.json
Last active August 13, 2021 07:54
Showing angular.json and launch.json to configure Nestjs for debugging. Just use nx serve api, then launch the debugger in VS Code to attach to the Nestjs process
{
"version": 1,
"projects": {
"api": {
"root": "apps/api",
"sourceRoot": "apps/api/src",
"projectType": "application",
"architect": {
"build": {
"builder": "@nrwl/node:build",