O Uguz

Avatar
  • 活动总数 8
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 1
  • 订阅数 4
  • 创建于

    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() ...
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    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
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    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.  
    • 2 个关注者
    • 1 条评论
    • 0 票