4 lines
72 B
Bash
4 lines
72 B
Bash
|
#!/bin/bash -xe
|
||
|
|
||
|
env RUST_LOG=p5x=debug,sqlx=warn,info ./p5x api-server
|