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.