Commit graph

6 commits

Author SHA1 Message Date
Nikos Papadakis
59c8c6ee23
Move Mix project to the root dir
This commit moves the mix.exs, mix.lock and priv directors that were
inside app/ to the root directory. Configuration tweaks with paths were
done for the asset building.

The priv/ directory had to be moved because mix by default symlinks it
inside the build output, and I couldn't find a configuration option to
have it live inside app/
2023-11-04 16:33:51 +02:00
Nikos Papadakis
c896fd6d7e
upgrade deps 2023-09-20 16:08:42 +03:00
Nikos Papadakis
9b0ddf107e
ci: refactor - use cached builds, add tests and lints 2023-09-10 13:51:06 +03:00
Nikos Papadakis
7e71df8a96
app: fix dialyixir (closes #4) 2023-08-29 14:17:08 +03:00
Nikos Papadakis
1a2f7d78e8
app: add user authentication 2023-07-28 23:44:00 +03:00
Nikos Papadakis
de55092ade
rename backend -> app 2023-07-19 23:24:24 +03:00
Renamed from backend/mix.lock (Browse further)