The datasource property `directUrl` is no longer supported in schema files. Move connection URLs to
I just got this typescript error on datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
directUrl = env("DIRECT_URL")
}
provider = "postgresql"
url = env("DATABASE_URL")
directUrl = env("DIRECT_URL")
}