more WIP docker stuff

This commit is contained in:
Micha Albert 2024-09-09 20:03:16 -04:00
parent e75f8c944a
commit 8747a8ffe3
7 changed files with 44 additions and 15 deletions

View file

@ -5,7 +5,7 @@ generator client {
}
datasource db {
provider = "postgresql"
provider = "sqlite"
url = "file:./db/dev.db"
}