DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: a15eda92c84834fbbda802c09dff36c60a334efb deck-builder/api/scripts/dev-launch.sh -rwxr-xr-x 119 bytes
a15eda92Jonni Liljamo feat(shared): impl most previous api errors 1 year, 11 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