Packages
Project repository template to set up all public Phoenix projects at Nimble
Retired package: Renamed - Rename to nimble_template
Current section
Files
Jump to
Current section
Files
priv/templates/nimble.phx.gen.template/bin/start.sh.eex
#!/bin/sh
bin/<%= otp_app %> eval "<%= base_module %>.ReleaseTasks.migrate()"
bin/<%= otp_app %> start