mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 10:21:36 +03:00
7f1d3ebc07
- move all test files from core/test to test/ - updated all imports and other references - all code inside of core/ is then application code - tests are correctly at the root level - consistent with other repos/projects Co-authored-by: Kevin Ansfield <kevin@lookingsideways.co.uk>
7 lines
77 B
JSON
7 lines
77 B
JSON
{
|
|
"paths": {
|
|
"appRoot": ".",
|
|
"corePath": "core/"
|
|
}
|
|
}
|