44c320d8fa
Track required workspace crates, scripts, and historical diesel migrations so the repository contains the complete runnable backend baseline. Made-with: Cursor
11 lines
178 B
Bash
Executable File
11 lines
178 B
Bash
Executable File
#!/bin/sh
|
|
set -x
|
|
|
|
echo "----------------------------" >> htyws.log
|
|
echo "$(date)" >> htyws.log
|
|
echo "----------------------------" >> htyws.log
|
|
|
|
nohup cargo run >> htyws.log &
|
|
|
|
|