Claudio Ortolina 8255e50e1d Address gettext deprecations
Deprecation warning:

	warning: defining a Gettext backend by calling

	    use Gettext, otp_app: ...

	is deprecated. To define a backend, call:

	    use Gettext.Backend, otp_app: :my_app

	Then, instead of importing your backend, call this in your module:

	    use Gettext, backend: MyApp.Gettext
2024-09-12 14:13:06 +01:00
2024-09-12 14:05:08 +01:00
2024-09-12 14:05:08 +01:00
2024-09-12 14:13:06 +01:00
2024-09-12 14:05:08 +01:00
2024-09-12 14:05:08 +01:00
2024-09-12 14:05:08 +01:00
2024-09-12 14:05:08 +01:00
2024-09-12 14:06:52 +01:00
2024-09-12 14:05:08 +01:00
2024-09-12 14:05:08 +01:00
2024-09-12 14:05:08 +01:00

MusicLibrary

To start your Phoenix server:

  • Run mix setup to install and setup dependencies
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more

S
Description
No description provided
Readme 63 MiB
Languages
Elixir 77.4%
Python 10%
TypeScript 6.6%
HTML 3.7%
Shell 1.4%
Other 0.8%