Fix project not compiling without dev.db

After this fix, rust-analyzer used via vscode still requires a dev.db
file, but this can easily be generated via ./meta/update_sqlx_data.
This commit is contained in:
Joscha 2023-08-05 16:13:40 +02:00
parent ed404f302e
commit ca463b023e
2 changed files with 4 additions and 0 deletions

1
.env
View file

@ -1 +1,2 @@
DATABASE_URL=sqlite:target/dev.db
SQLX_OFFLINE=true