Packages
typesense_web
0.1.0
A Phoenix LiveView app, similar to typesense-dashboard app in the Docker Compose, which uses open_api_typesense
Current section
Files
Jump to
Current section
Files
typesense_web
.formatter.exs
.formatter.exs
[
import_deps: [:ecto, :ecto_sql, :phoenix],
subdirectories: ["priv/*/migrations"],
plugins: [Phoenix.LiveView.HTMLFormatter],
inputs: ["*.{heex,ex,exs}", "{config,lib,test}/**/*.{heex,ex,exs}", "priv/*/seeds.exs"]
]