DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: a036b2fd222ab7dfa67a1b2f1b505d4929739905 deck-builder/api/scripts/dev-launch.sh -rwxr-xr-x 119 bytes
a036b2fdJonni Liljamo chore(server): add needed beby deps 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