From df5e23c7c26d36eba627f3dc316d623725a36acf Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Sun, 24 Apr 2022 00:27:27 +0200 Subject: [PATCH] fix: Contribution guide --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 78b5104d1..ea2c3d0f8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -92,9 +92,9 @@ ## Backend - Update Prisma schema in [prisma/schema.prisma](prisma/schema.prisma). Add a new model with details about the required fields. - If you finished with the Prism schema, update the database schema with `pnpm db:push` command. It will also generate the Prisma Typescript types for you. - Tip: If you use VSCode, you probably need to restart the `Typescript Language Server` to get the new types loaded in the running VSCode. -- Include the new service to `listServicesWithIncludes` function in `src/lib/database/services.ts` +- Include the new service to `listServicesWithIncludes` function in [src/lib/database/services.ts](src/lib/database/services.ts) -**Important**: You need to take care of encryption / decryption of the data (where applicable). + **Important**: You need to take care of encryption / decryption of the data (where applicable). 2. `index.json.ts`: A POST endpoint that updates Coolify's database about the service.