Commit Graph

3 Commits

Author SHA1 Message Date
Cauê Faleiros
16a39a2583 Fix: Add favicon.ico to Admin Vite config input
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 3m58s
The Super Admin layout references 'images/favicon.ico' via vite()->asset().
This file must be explicitly listed in the input array to be included in the
manifest, preventing a 500 error on the Super Admin login page.
2026-02-05 10:25:56 -03:00
Cauê Faleiros
3d568243ea Fix: Add logo images to Admin Vite config input
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 4m10s
The login page references 'images/logo.svg' via vite()->asset(), which requires
the file to be present in the build manifest. Adding it to the input array
ensures it is processed and listed in manifest.json.
2026-02-04 16:33:34 -03:00
Cauê Faleiros
9deea35c70 Fix: Rename vite.config.js to .mjs in all packages
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 3m20s
This ensures that Vite treats the configuration files as ESM, allowing them to
natively import 'laravel-vite-plugin' (which is ESM-only). This resolves the
build error where esbuild was converting imports to require() calls in CJS packages,
causing the build to fail.
2026-02-04 12:06:21 -03:00