Loading workspace insights... Statistics interval
7 days30 daysLatest CI Pipeline Executions
eacfc132 Moved ghost/admin to apps/ember-admin
- part of pulling non-core code out of the ghost/ folder so its contents can be reorganised; the Ember admin is a frontend app and belongs alongside the other apps/*
- nx/npm package name stays ghost-admin, so every nx project reference (@tryghost/admin build chain, ci.yml, root scripts, vscode tasks) keeps working untouched
- fixed the paths that are genuinely directory-relative rather than project-name-based: apps/admin vite ember-assets sibling path, the ember-admin nx dev cwd, knip ignoreWorkspaces, release.js pkg path, renovate/gitignore globs, ci.yml working-directory + admin coverage artifact flow
- asset-delivery needed no change: apps/ember-admin sits at the same depth as ghost/admin, so its ../../apps/* lookups resolve identically
- verified: pnpm install, @tryghost/admin:build (populates core/built/admin), ghost-admin:lint, actionlint ci.yml