AI PRODUCERS CLUB - PRE-BUILT PRODUCTION VERSION ================================================ This is a READY-TO-RUN version. No build step needed! DEPLOYMENT STEPS: ================= 1. Upload this entire folder to: /home/myunive/public_html/aipc/ (Replace everything that's currently there) 2. Create .env file in /home/myunive/public_html/aipc/.env with: DATABASE_URL=mysql://your_db_user:your_db_password@localhost:3306/your_db_name JWT_SECRET=make-this-random-abc123xyz789 NODE_ENV=production VITE_APP_TITLE=AI Producers Club VITE_APP_LOGO=/logo.png 3. In cPanel Node.js Manager: - Node.js version: 20.19.2 - Application mode: Production - Application root: /home/myunive/public_html/aipc - Application startup file: dist/index.js <-- IMPORTANT: dist/index.js not server/index.js - Click RESTART 4. Visit https://aiproducers.club THAT'S IT! No npm install, no build needed! TROUBLESHOOTING: ================ If you see errors: - Check .env file has correct database credentials - Make sure Application startup file is: dist/index.js - Click Restart in Node.js manager The dist/ folder contains the pre-compiled application. The node_modules/ folder contains all dependencies.