DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: be1fddd8fb8f831bf9406982ae46015576a14bd2 deck-builder/api/scripts/dev-launch.sh -rwxr-xr-x 119 bytes
be1fddd8Jonni Liljamo fix(api): NewUser -> InsertableUser 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