This commit is contained in:
2025-05-08 06:26:11 +03:00
parent c25cf96015
commit d98a2ac802
3 changed files with 23 additions and 2 deletions

8
start.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
# Get the directory of the script and change to it
cd "$(dirname "$0")"
export SECRET_KEY=1234
cargo run