Mount oban_web

This commit is contained in:
Claudio Ortolina
2025-04-14 17:14:39 +01:00
parent a3b6510c40
commit 7c0cee4732
6 changed files with 15 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
[
import_deps: [:ecto, :ecto_sql, :phoenix, :phoenix_live_view],
import_deps: [:ecto, :ecto_sql, :oban, :oban_web, :phoenix, :phoenix_live_view],
subdirectories: ["priv/*/migrations"],
plugins: [Phoenix.LiveView.HTMLFormatter],
inputs: ["*.{heex,ex,exs}", "{config,lib,test}/**/*.{heex,ex,exs}", "priv/*/seeds.exs"]