Admin: https://czechkg.cz/api/admin/admin.php
build:
czechkg
npm run dev:ssr
npm run build:ssr
npm run serve
/*this still works*/
npm run dev # Development
npm run build # Production build
Development SSR (npm run dev:ssr) - Server renders full HTML with SEO-friendly content
Production SSR (npm run build:ssr && npm run serve) - Optimized bundles with server-side rendering
Client Build (npm run build) - Standard client-side build works correctly
cd /var/www/czechkg.cz
# Delete old node_modules
rm -rf node_modules
# Fresh install
npm ci --production
# Restart PM2
pm2 restart czechkg-app
pm2 logs czechkg-app
Fuse.js must be installed:npm install fuse.js --save