mirror of
https://codeberg.org/JasterV/intisync.ex.git
synced 2026-04-26 18:10:07 +00:00
configuring gigalixir deploy
This commit is contained in:
parent
539755afbf
commit
ad746932e6
3 changed files with 6 additions and 0 deletions
|
|
@ -1,4 +1,7 @@
|
|||
{
|
||||
"scripts": {
|
||||
"deploy": "cd .. && mix assets.deploy && rm -f _build/esbuild*"
|
||||
},
|
||||
"dependencies": {
|
||||
"buttplug": "^3.2.2",
|
||||
"topbar": "^2.0.2"
|
||||
|
|
|
|||
2
elixir_buildpack.config
Normal file
2
elixir_buildpack.config
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
elixir_version=1.16.0
|
||||
erlang_version=26.0
|
||||
1
phoenix_static_buildpack.config
Normal file
1
phoenix_static_buildpack.config
Normal file
|
|
@ -0,0 +1 @@
|
|||
node_version=20.12.0
|
||||
Loading…
Reference in a new issue