Jon Carlson

Results 5 comments of Jon Carlson
trafficstars

Encountered the same issue. If you delete `workspace.json` it works as expected. [The docs ](https://nx.dev/configuration/projectjson#workspace-json) state that: `The workspace.json file in the root directory is optional. It's used if you...

Yes, I just copy/pasted that command and there is a workspace.json in the created project.

This is an old question, but in case any else hits the same problem I had to do something similar and used a 'formatting' function to handle it: ``` "emails":...

Are there any workarounds for this? We have a large schema that was performant in v4, but after upgrading to v5 it's VERY laggy

Also experiencing this (not using Postgres). If I change the URL in $upsert **from** `urlBase + '/people'` **to** `urlBase + '/people/:id'` updates work correctly.