mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-18 06:32:05 +03:00
17 lines
348 B
Plaintext
17 lines
348 B
Plaintext
{{={= =}=}}
|
|
|
|
datasource db {
|
|
provider = "{= datasourceProvider =}"
|
|
url = {=& datasourceUrl =}
|
|
}
|
|
|
|
generator client {
|
|
provider = "prisma-client-js"
|
|
{=! TODO(matija): this shouldn't be hardcoded, generator should provide this path. =}
|
|
output = "../server/node_modules/.prisma/client"
|
|
}
|
|
|
|
{=# modelSchemas =}
|
|
{=& . =}
|
|
{=/ modelSchemas =}
|