DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: 84a7064991647018aeb67b6a9e92ec662ab4ebad deck-builder/api/scripts/dev-launch.sh -rwxr-xr-x 119 bytes
84a70649Jonni Liljamo feat(api): embed migrations 1 year, 10 months ago
                                                                                
1
2
3
4
5
6
#!/bin/sh

export LAURELIN_DB_URL=postgres://laurelin:laurelin@localhost:5432/laurelin
export RUST_LOG=info

cargo run