Skip to content

Commit

Permalink
Only run storybook in production
Browse files Browse the repository at this point in the history
  • Loading branch information
ukutaht committed Jan 10, 2025
1 parent f273bdc commit 1c5c0a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -969,3 +969,5 @@ unless s3_disabled? do
exports_bucket: s3_env_value.("S3_EXPORTS_BUCKET"),
imports_bucket: s3_env_value.("S3_IMPORTS_BUCKET")
end

config :phoenix_storybook, enabled: env !== "prod"

0 comments on commit 1c5c0a1

Please sign in to comment.