Plugixa CRM -- compiled output
==============================

Every .js and .css file in this directory is GENERATED. Do not edit it by hand; the next
build overwrites it.

Human-readable source
---------------------
  assets/backend/app/src/   the React admin application (TypeScript, MUI, TanStack Query)

Rebuild
-------
  cd assets/backend/app && npm ci && PLUGIXA_TARGET=free npm run build
  (requires Node.js 20.19+ or 22.12+)

Exact dependency versions are pinned in the package-lock.json next to that source, so
the command above reproduces these files. Each bundle also has a .js.map beside it whose
sourcesContent carries the original source of that bundle, third-party packages included.

License: GPLv2 or later -- https://www.gnu.org/licenses/gpl-2.0.html
