DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: 952f66102d4508cc055720e47c09f59aa19e1105 deck-builder/api/scripts/dev-launch.sh -rwxr-xr-x 98 bytes
952f6610Jonni Liljamo feat(api): database connection 1 year, 8 months ago
                                                                                
1
2
3
4
5
#!/bin/sh

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

cargo run