From 46b771248b22991c5e8f905d5060d666cb9407a3 Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Thu, 2 Mar 2023 16:14:28 +0200 Subject: [PATCH] feat(server): dev launch script --- server/scripts/dev-launch.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 server/scripts/dev-launch.sh diff --git a/server/scripts/dev-launch.sh b/server/scripts/dev-launch.sh new file mode 100755 index 0000000..16f5626 --- /dev/null +++ b/server/scripts/dev-launch.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +export LAURELIN_API_URL=http://localhost:8080/api + +export RUST_LOG=info + +cargo run -- 2.44.1