clupilot/app/resources
Boban Blaskovic bb0e07ca47 Fix tailwind build + test-DB isolation
- app.css: CSS quote chars in .clu-quote-text::before/::after were
  literal smart quotes which broke as terminating string delimiters in
  the tailwind v4 parser. Use unicode escapes \201E and \201C.
- tests/TestCase.php: force DB_CONNECTION=sqlite + :memory: in setUp.
  phpunit.xml env section was being ignored by pest 3 runner, so
  RefreshDatabase truncated the real MySQL between turns.
- .env.testing for clarity (sqlite memory).
2026-05-31 22:47:34 +02:00
..
css Fix tailwind build + test-DB isolation 2026-05-31 22:47:34 +02:00
js Portainer-ready compose stack + app changes 2026-05-31 17:04:03 +02:00
views Page: Dashboard + App-Layout + Sidebar component 2026-05-31 22:38:12 +02:00