Skip to content

Commit

Permalink
Disable sourcemaps again
Browse files Browse the repository at this point in the history
I think it causes problems with .next dir and permissions right now...
  • Loading branch information
spaceo committed Nov 16, 2024
1 parent 976aa2a commit 17d673a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lagoon/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,9 @@
cd /app
# TODO: Remember to adjust the following line before deploying to production.
# Using `yarn start:with-server-source-maps` is probably adding a performance overhead.
yarn build && yarn start:with-server-source-maps
# yarn build && yarn start:with-server-source-maps

# Source maps seems to cause permission issues in the Lagoon environment right now.
# Need to investigate further.
yarn build && yarn start
exit 0;

0 comments on commit 17d673a

Please sign in to comment.