From 269cdb65f1cc87577a2d62bec80e6dbcf8f1eea9 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Fri, 14 Jul 2023 17:29:23 -0400 Subject: [PATCH] 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. --- .npmrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..cb327a2 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +include-workspace-root=true