try without node buildpack

This commit is contained in:
Graham McIntire 2023-02-01 14:38:09 -06:00
parent 61e757d9e9
commit bd8e08c749
2 changed files with 2 additions and 4 deletions

View file

@ -1,3 +1,2 @@
https://github.com/HashNuke/heroku-buildpack-elixir.git
https://github.com/gjaldon/heroku-buildpack-phoenix-static.git
#https://github.com/gjaldon/heroku-buildpack-phoenix-static.git

View file

@ -73,8 +73,7 @@ defmodule Aprs.MixProject do
{:faker, "~> 0.17.0", only: [:dev, :test]},
{:stream_data, "~> 0.5", only: [:dev, :test]},
{:mix_test_watch, "~> 1.1", only: [:dev, :test]},
{:sobelow, "~> 0.8", only: :dev},
{:codepagex, "~> 0.1.6"}
{:sobelow, "~> 0.8", only: :dev}
]
end