feat: allow other CWD

This commit is contained in:
Isaac
2024-01-11 00:08:57 +00:00
parent 0e81c4833e
commit c596e237de
10 changed files with 104 additions and 43 deletions

View File

@@ -4,7 +4,7 @@ generator client {
datasource db {
provider = "sqlite"
url = "file:../user/database.db"
url = env("DB_CONNECTION_URL")
}
model ArchivedChannel {