Updated Elixir version; made phx interactive

This commit is contained in:
Kieran Eglin 2024-01-18 20:46:15 -08:00
parent 1455cee3af
commit 3f3a88075b
No known key found for this signature in database
GPG key ID: 193984967FCF432D
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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(),