DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: b73c71ffa578fc06d915a1c0a578d2c9ee2ee371 deck-builder/api/scripts/dev-launch.sh -rwxr-xr-x 119 bytes
b73c71ffJonni Liljamo chore(api): argon2 dep, uuid dep absolute fuckery 1 year, 9 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