Keith Wade

Results 4 issues of Keith Wade

The [starter example for Nest JS](https://github.com/vendia/serverless-express/tree/mainline/examples/basic-starter-nestjs) does not work with root paths. ## Steps to reproduce ```shell git clone https://github.com/vendia/serverless-express.git cd serverless-express/examples/basic-starter-nestjs npm ci ``` Remove the path from the...

## Prerequisites Please answer the following questions for yourself before submitting an issue. - [x] I am running the latest version - [x] I checked the documentation and found no...

Type: Enhancement
Module: Core
Module: Validator

### What version of Turborepo are you using? 1.6.3 ### What package manager are you using / does the bug impact? npm ### What operating system are you using? Mac...

kind: bug
area: turborepo

When using regular JSON, the vscode language features use a provided schema definition to enable intellisense to prompt with valid keys/values. These features don't work in JSON 5 files. I...