Update sqlx handling
This commit is contained in:
parent
661b5004e8
commit
71498256f6
4 changed files with 45 additions and 6 deletions
emgauwa-core
|
@ -1,8 +1,6 @@
|
|||
use std::process::{exit, Command};
|
||||
|
||||
fn main() {
|
||||
println!("cargo:rustc-env=DATABASE_URL=sqlite://emgauwa-core.sqlite");
|
||||
|
||||
println!("cargo:rerun-if-changed=../api.v1.yaml");
|
||||
let output = Command::new("sh")
|
||||
.arg("-c")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue