-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Global justfile #232
Comments
boxdot
added a commit
that referenced
this issue
Dec 6, 2024
Also add a simple docker compose file with postgres. ``` Available recipes: generate-db-certs # generate postgres TLS certificates generate-flutter-ffi # generate Rust and Dart flutter bridge files init-db ``` Related #232
boxdot
added a commit
that referenced
this issue
Dec 6, 2024
Also add a simple docker compose file with postgres. ``` Available recipes: generate-db-certs # generate postgres TLS certificates generate-flutter-ffi # generate Rust and Dart flutter bridge files init-db ``` Related #232
boxdot
added a commit
that referenced
this issue
Dec 9, 2024
Also add a simple docker compose file with postgres. ``` Available recipes: generate-db-certs # generate postgres TLS certificates generate-flutter-ffi # generate Rust and Dart flutter bridge files init-db ``` Related #232 * play nice with volumes and selinux
This was referenced Dec 9, 2024
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should consider having a global justfile in the root directory that replaces the Makefile from
prototype/
eventually.We should then also use that justfile on the CI.
The text was updated successfully, but these errors were encountered: