feat(server): dev launch script
1 files changed, 7 insertions(+), 0 deletions(-) A server/scripts/dev-launch.sh
A server/scripts/dev-launch.sh => server/scripts/dev-launch.sh +7 -0
@@ 0,0 1,7 @@ +#!/bin/sh + +export LAURELIN_API_URL=http://localhost:8080/api + +export RUST_LOG=info + +cargo run