Updated Elixir version; made phx interactive
This commit is contained in:
parent
1455cee3af
commit
3f3a88075b
2 changed files with 3 additions and 3 deletions
|
|
@ -23,6 +23,6 @@ echo "\nPostgres is available: continuing with database setup..."
|
|||
mix ecto.create
|
||||
mix ecto.migrate
|
||||
|
||||
# Start the phoenix web server
|
||||
# Start the phoenix web server (interactive)
|
||||
echo "\n Launching Phoenix web server..."
|
||||
mix phx.server
|
||||
iex -S mix phx.server
|
||||
|
|
|
|||
2
mix.exs
2
mix.exs
|
|
@ -5,7 +5,7 @@ defmodule Pinchflat.MixProject do
|
|||
[
|
||||
app: :pinchflat,
|
||||
version: "0.1.0",
|
||||
elixir: "~> 1.14",
|
||||
elixir: "~> 1.16",
|
||||
elixirc_paths: elixirc_paths(Mix.env()),
|
||||
start_permanent: Mix.env() == :prod,
|
||||
aliases: aliases(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue