Skip to content

Commit

Permalink
Remove extra comma
Browse files Browse the repository at this point in the history
  • Loading branch information
skanderm committed Jul 18, 2023
1 parent 82f0ca3 commit 736a0f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import Config
config :orcasite, OrcasiteWeb.Endpoint,
load_from_system_env: true,
force_ssl: [rewrite_on: [:x_forwarded_proto]],
watchers: [npm: ["run", "start", cd: Path.expand("../ui", __DIR__)]],
watchers: [npm: ["run", "start", cd: Path.expand("../ui", __DIR__)]]

# Configure your database
config :orcasite, Orcasite.Repo,
Expand Down

0 comments on commit 736a0f4

Please sign in to comment.