Plugixa Exam -- 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/frontend/app/src/   the exam runner and the learner pages (TypeScript, React)

Rebuild
-------
  cd assets/frontend/app && npm ci && 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
