Do not display tanstack router devtools in prod builds (#570)

This commit is contained in:
Christian Benincasa
2024-06-25 15:57:06 -04:00
committed by GitHub
parent d0bdde2a9e
commit 98b6e25abf
5 changed files with 257 additions and 253 deletions

View File

@@ -81,7 +81,7 @@ echo TUNARR_BUILD=${tunarr_build} >> server/.env
echo TUNARR_EDGE_BUILD=${is_edge_build} >> server/.env
cat server/.env
EOF
RUN pnpm turbo bundle --filter=@tunarr/server
RUN NODE_OPTIONS=--max-old-space-size=32768 pnpm turbo bundle --filter=@tunarr/server
RUN NODE_OPTIONS=--max-old-space-size=32768 pnpm turbo bundle --filter=@tunarr/web
### Begin server run ###