mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 09:03:35 -04:00
Do not display tanstack router devtools in prod builds (#570)
This commit is contained in:
committed by
GitHub
parent
d0bdde2a9e
commit
98b6e25abf
@@ -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 ###
|
||||
|
||||
Reference in New Issue
Block a user