260320:1149 Refactor Overrall #03 build failed with pnpm due to symlink structure incompatibility
Build and Deploy / deploy (push) Has been cancelled

This commit is contained in:
admin
2026-03-20 11:49:15 +07:00
parent 9a7c7f6cc4
commit 9166fa13be
2 changed files with 12 additions and 10 deletions
+2 -1
View File
@@ -4,7 +4,8 @@
const nextConfig = {
// 1. Standalone Output: จำเป็นสำหรับการ Deploy บน Docker (QNAP)
// Next.js จะคัดแยกเฉพาะไฟล์ที่จำเป็นต้องใช้จริงออกมาไว้ในโฟลเดอร์ .next/standalone
output: "standalone",
// TEMPORARILY DISABLED: pnpm standalone build issues
// output: "standalone",
// 2. React Strict Mode: ช่วยดักจับ Bug ในช่วง Dev (เช่น Component render ซ้ำ)
reactStrictMode: true,