O Uguz
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
-
O Uguz created a post, Argument type { status: number } is not assignable to parameter type ResponseInit | undefined
//app/api/posts/route.js import prisma from '@/prisma/prismadb' import { NextResponse } from 'next/server' export async function GET() { try { const posts = await prisma.post.findMany() ... -
O Uguz created a post, Prettier custom configuration
I create a .prettierrc file in every project. Is there a way I can save my settings globally instead? I want Prettier to work with my own customization. for example settings.json in vscode -
O Uguz created a post, component gap
<Header/> When I do reformat code it removes the spaces. I want it to be like this <Header /> Some of my settings are changing by themselves even though I haven't changed any settings.