From 240f6eb7c2f21d828b73a7e3d69aea823a2043f9 Mon Sep 17 00:00:00 2001 From: bagasbanuna Date: Tue, 3 Mar 2026 15:34:36 +0800 Subject: [PATCH] Fix console --- scripts/postbuild.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/scripts/postbuild.js b/scripts/postbuild.js index 41b26d28..170072d9 100644 --- a/scripts/postbuild.js +++ b/scripts/postbuild.js @@ -57,8 +57,4 @@ if (fs.existsSync(envLocalSrc)) { console.log('✓ .env-local file copied to standalone output'); } -console.log('✅ Postbuild script completed!'); -console.log(''); -console.log('📋 Penting untuk Production:'); -console.log(' - Pastikan DATABASE_URL tersedia di environment server, ATAU'); -console.log(' - File .env sudah ter-copy ke /app/.env di server'); +console.log('✅ Build script completed!'); \ No newline at end of file