Merge remote-tracking branch 'origin/main'

This commit is contained in:
Jesse Brault 2026-02-19 14:27:07 -06:00
commit 537677abf7
2 changed files with 8 additions and 0 deletions

2
.gitignore vendored
View File

@ -39,3 +39,5 @@ out/
# Custom
.env
/pgadmin_data/
.DS_Store

6
start-dev Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
./gradlew bootJar && MINIO_ROOT_PASSWORD=test0123 \
MINIO_ROOT_USER=minio-root \
POSTGRES_PASSWORD=devpass \
java -jar build/libs/api-0.1.0-SNAPSHOT.jar $@