mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 13:59:16 +01:00
Add warning message for disabling Prisma caching during development
This commit is contained in:
parent
64629754ca
commit
b7112f3f04
1 changed files with 4 additions and 1 deletions
|
|
@ -67,7 +67,10 @@ RUN chmod +x /docker-entrypoint-initdb.d/init.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Copy the `config.toml.example` file to `config.toml` and fill in the values (you can leave most things to the default, but you will need to configure things such as the database connection)
|
4. Copy the `config.toml.example` file to `config.toml` and fill in the values (you can leave most things to the default, but you will need to configure things such as the database connection)
|
||||||
|
|
||||||
|
> [!WARNING]
|
||||||
|
> You should disable Prisma caching while developing, as it can mess up tests
|
||||||
|
|
||||||
5. Generate the Prisma client:
|
5. Generate the Prisma client:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue