Commit graph

5 commits

Author SHA1 Message Date
Nikos Papadakis
32727b2ab8
add devenv + nats 2024-02-03 13:11:23 +02:00
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
f1c784c79c
nix: simpler refactor into files, add scripts 2023-10-07 14:43:07 +03:00
Nikos Papadakis
082e5bf210
nix: add postgres and multiple system support 2023-10-01 11:26:40 +03:00
Nikos Papadakis
89ffca8833
agent: dependency update, cleanup, and logging
- ran cargo update
- added tower-http and attached the tracing subscriber
- make the repo a cargo workspace
2023-08-24 22:16:00 +03:00