Enable include-workspace-root setting for pnpm

This allows the root frontend app to run via `pnpm start` nicely. This
setting was not previously required, I think.
This commit is contained in:
Adam Goldsmith 2023-07-14 17:29:23 -04:00
parent 4ed100b97e
commit 269cdb65f1

1
.npmrc Normal file
View File

@ -0,0 +1 @@
include-workspace-root=true