@if(file_exists(public_path('build/manifest.json')) || file_exists(public_path('hot'))) @vite(['resources/css/app.css', 'resources/js/app.jsx']) @else @endif
@if(file_exists(public_path('build/manifest.json')) || file_exists(public_path('hot'))) @elsePlease run the following commands:
npm installnpm run dev (for development)npm run build (for production)Then refresh this page.