merge: updates from upstream
All checks were successful
continuous-integration/drone/pr Build is passing

Conflicts:
    .gitignore
    lib/wabanex/application.ex
    mix.lock
This commit is contained in:
2024-09-22 19:06:02 +00:00
22 changed files with 255 additions and 173 deletions

View File

@@ -0,0 +1,2 @@
#!/usr/bin/env bash
elixir --name ${HOSTNAME}@$(hostname -i | cut -d ' ' -f1) --cookie ${1} -S mix phx.server

View File

@@ -0,0 +1,2 @@
#!/usr/bin/env bash
iex --name ex_trainer_remote@127.0.0.1 --hidden --cookie local-cookie --remsh ${HOSTNAME}@$(hostname -i | cut -d ' ' -f1)