MoonLab - TIL

This is where i store my today-i-learned

You may also wannna visit my blog

Browse by tags

#TypeScript

#TypeScript TS - Feb 21, 2025

安装 prisma client pnpm install @prisma/client 生成 Prisma Client 安装 @prisma/client 后,需要生成 Prisma Client。运行以下命令: npx prisma generate 这会根据你的 schema.prisma 文件生成 Prisma

#TypeScript TS - Feb 21, 2025

import { Link } from "next/link" 在项目中用加上curly braces会导致报错: React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: undefined.