discourse/app/views/qunit
Jarek Radosz 0fcd2f12dc DEV: Prepare for admin -> discourse/admin rename (#35322)
To simplify our repository architecture, we're moving the admin panel from a separate package(/ember-addon) to a directory inside the main app package. This will make future configuration of tools like typescript/glint, and Vite, much easier. It also means that the admin panel is now transpiled via Webpack, and can internally make use of async-imports and bundle-splitting.

Admin modules will now be referenced like `discourse/admin/...`. Backwards-compatibility is maintained for the old import paths via a custom babel transform.

A 'compatModules' technique is used to keep all of the admin invokables and routes/controllers/templates available to Ember's resolver.
2025-10-20 12:46:11 +01:00
..
theme.html.erb DEV: Prepare for admin -> discourse/admin rename (#35322) 2025-10-20 12:46:11 +01:00