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