Amruth Pillai
Amruth Pillai
Originally, I was messing around with the default theme a lot just to try and get the right palette. This meant that I had to be able to get the...
- Adds Reactive Resume (https://rxresu.me or https://github.com/AmruthPillai/Reactive-Resume) to the list of services that can be one-click deployed through Coolify's dashboard.
**Font Name (Geist Sans/Geist Mono):** - [x] Geist Sans - [x] Geist Mono **Description of the Issue:** When running the `dev` or `build` command, I get this error: ``` >...
### Node version (or tell us if you're using electron or some other framework): - Node.js v20.12.2 - Next.js v14.2.3 ### ShellJS version (the most recent version/Github branch you see...
I have the following code: ### prisma.schema ``` generator client { provider = "prisma-client-js" output = "../src/generated/client" } ``` ### libs/prisma.ts ``` const client = new PrismaClient({ log: process.env.NODE_ENV ===...