- Changed regex /\. to /\.(git|svn|htaccess|htpasswd|env) to allow .vite directory - Removed node_modules from nginx blocked paths for Vite dependency serving - Set VITE_ALLOWED_HOSTS=all in development mode for Docker networking Fixes issue where nginx was blocking Vite's pre-bundled dependencies in /node_modules/.vite/deps/, causing 404 errors for React and other imports.