error plist undefine in nextron when build production
just try to use this npm install @types/node --save-dev
Danang Setya Pramana - Working Memory
This is my working memory when i forgot some command and some code for my work
just try to use this npm install @types/node --save-dev
NEXTAUTH_SECRET on .env authOptions on your custome lib api/auth/ make route.ts gunakan NEXTAUTH_URL jika menggunakan port berbeda NEXTAUTH_URL=http://localhost:3004/api/auth
npm install prisma --save-dev npx prisma npx prisma init untuk specified provider npx prisma init --datasource-provider mysql npx prisma db pull npx prisma migrate resolve --applied .\prisma\migrations\0_init\ npx prisma migrate…
const observerRef = useRef<IntersectionObserver>(); const handleObserver = useCallback((entries: any) => { const target = entries; if (target.isIntersecting) { console.log("intersecting"); } }, ); const loadMoreCallback = useCallback( (el: HTMLDivElement) => {…