0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/test/unit/web
Hannah Wolfe 77996d1ee4
Moved vhost arg logic out of the parent app
- Makes the logic for determining the admin and frontend vhost args independent and easier to test
- Moved the tests to specifically test the vhost utils & removed proxyquire as a dependency
- We want to breakdown the current parent app into the existing core/app.js and boot code, allowing us to decouple the backend and frontend further
- This is all part of the refactoring to separate server and frontend completely
2021-06-28 19:38:42 +01:00
..
admin Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
api Updated to use config-url-helpers in urlUtils 2021-06-18 21:49:28 +01:00
parent Moved vhost arg logic out of the parent app 2021-06-28 19:38:42 +01:00
shared/middleware Updated to use config-url-helpers in urlUtils 2021-06-18 21:49:28 +01:00
site/middleware Moved active theme to new theme engine service 2021-04-23 15:28:50 +01:00