Added config.development.json

- Allow for easy access to alpha features whilst working on master
- Should never appear in any released version of Ghost
This commit is contained in:
Hannah Wolfe 2019-04-03 11:10:41 +01:00 committed by GitHub
parent b7224ef1b0
commit 6f677a5b2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
config.development.json Normal file
View File

@ -0,0 +1,3 @@
{
"enableDeveloperExperiments": true
}