Commit Graph

4 Commits

Author SHA1 Message Date
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
Cauê Faleiros
2d12674d63 Fix: Resolve 500 error by building package assets in Docker
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 2m4s
- Added missing dependencies to root package.json for sub-package builds.
- Renamed Admin/tailwind.config.js to .cjs to fix ESM/CJS build conflict.
- Updated Dockerfile to run Vite build for Admin, Installer, and WebForm packages.
2026-02-04 12:01:07 -03:00
Cauê Faleiros
c6ec92802b add: full multi-tenancy control 2026-02-02 15:31:15 -03:00