Ghost/ghost/admin
Kevin Ansfield 5544389b80 Fixed "The routes only function has been deprecated" output in test runs
no issue

`ember-cli-mirage` replaced the use of a default function export with a `createServer` function that applies config and deprecated the older mirage config export style. It will also soon drop support of the separate `testConfig` export we used for defining our test routes.

- switched to the newer `return createServer(config);` server configuration approach
- extracted dev and test routes into separate files for a cleaner base config
2022-05-25 11:03:05 +01:00
..
.github Renamed core/client to core/admin in PR template 2022-05-17 11:57:00 +01:00
app Removed selectablePortalLinks feature flag 2022-05-25 11:36:30 +02:00
config
lib 🐛 Fixed unreliable paid members enabled checks (#2405) 2022-05-24 16:53:03 +02:00
mirage Fixed "The routes only function has been deprecated" output in test runs 2022-05-25 11:03:05 +01:00
public/assets Fixed icon color in dark mode 2022-05-19 13:01:26 +02:00
tests Cleaned up removed feature flags 2022-05-25 10:11:24 +02:00
.csscomb.json
.editorconfig
.ember-cli
.eslintignore
.eslintrc.js
.gitignore
.lint-todo Updated .lint-todo 2022-05-25 10:12:27 +01:00
.lint-todorc.js
.template-lintrc.js
.watchmanconfig
ember-cli-build.js
ember-cli-update.json
Gruntfile.js Renamed "client" references to "admin" 2022-05-17 09:09:14 +01:00
LICENSE
package.json Fixed "The routes only function has been deprecated" output in test runs 2022-05-25 11:03:05 +01:00
README.md Renamed "client" references to "admin" 2022-05-17 09:09:14 +01:00
renovate.json
SECURITY.md
testem.js
yarn.lock Fixed "The routes only function has been deprecated" output in test runs 2022-05-25 11:03:05 +01:00

Ghost-Admin

This is the home of Ember.js based admin app that ships with Ghost.

Do you want to set up a Ghost blog? Check the getting started guide

Do you want to modify or contribute to Ghost-Admin? Please read how to install from source and swing by our forum if you need any help 😄

Have a bug or issue?

Bugs and issues (even if they only affect the admin app) should be opened on the core Ghost repository.

Copyright & License

Copyright (c) 2013-2022 Ghost Foundation - Released under the MIT license. Ghost and the Ghost Logo are trademarks of Ghost Foundation Ltd. Please see our trademark policy for info on acceptable usage.