Skip to content

Commit

Permalink
Set :generate_assets to false in all envs
Browse files Browse the repository at this point in the history
  • Loading branch information
msaraiva committed Sep 19, 2024
1 parent 211cb2d commit 74d805a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ if Mix.env() == :dev do
config :surface_catalogue, Surface.Catalogue.Server.Endpoint,
code_reloader: true,
debug_errors: true

config :surface, :compiler, generate_assets: false
end

config :surface, :compiler, generate_assets: false

0 comments on commit 74d805a

Please sign in to comment.