diff --git a/.env b/.env index 443ef80..466f49e 100644 --- a/.env +++ b/.env @@ -1 +1,2 @@ DATABASE_URL=sqlite:target/dev.db +SQLX_OFFLINE=true diff --git a/.vscode/settings.json b/.vscode/settings.json index 2cd72ed..bf9da13 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,5 +4,8 @@ "files.associations": { "**/templates/**/*.html": "jinja-html", }, + "rust-analyzer.check.extraEnv": { + "SQLX_OFFLINE": "false", + }, }