clupilot/app/app
Boban Blaskovic 9ea55e33bd Dev: bind-mount ./app + vite dev mode + drop asset preload tags
- docker-compose.yml: bind-mount ./app:/var/www/html on nginx + all PHP
  services. CLI dev workflow now uses host code directly (no rebuild
  needed for code or CSS changes). Portainer-stack untouched (uses
  docker-compose.portainer.yml without bind-mounts).
- AppServiceProvider: Vite::usePreloadTagAttributes(false) drops the
  <link rel=preload> tags that triggered 'preloaded but not used within
  a few seconds' warnings under wire:navigate.
- vendor/ + composer.lock synced from container to host so bind-mount
  exposes a complete tree.
2026-05-31 22:58:45 +02:00
..
Http/Controllers Portainer-ready compose stack + app changes 2026-05-31 17:04:03 +02:00
Livewire Initial CluPilot stack setup 2026-05-27 23:00:14 +02:00
Models Domain models: Cluster/Server/Site/Backup/TeamMember/Invitation/SecurityEvent/Certificate/Activity/Cron 2026-05-31 22:33:09 +02:00
Providers Dev: bind-mount ./app + vite dev mode + drop asset preload tags 2026-05-31 22:58:45 +02:00
View/Components Initial CluPilot stack setup 2026-05-27 23:00:14 +02:00