DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: 3d7daf33a2ad4f0e0bd529f158623a5b3c10b40b deck-builder/server/scripts/dev-launch.sh -rwxr-xr-x 94 bytes
3d7daf33Jonni Liljamo fix(client): add TODO about server IP 1 year, 9 months ago
                                                                                
1
2
3
4
5
6
7
#!/bin/sh

export LAURELIN_API_URL=http://localhost:8080/api

export RUST_LOG=info

cargo run