Added support for apps/ workspace

refs https://github.com/TryGhost/Toolbox/issues/594

- we want to start moving "apps" into their own folder so we can
  conceptually separate code and avoid a HUGE list in `ghost/`
This commit is contained in:
Daniel Lockyer 2023-06-13 12:53:53 +02:00
parent 264773ccd1
commit 327600171c
No known key found for this signature in database

View File

@ -7,6 +7,7 @@
"author": "Ghost Foundation",
"license": "MIT",
"workspaces": [
"apps/*",
"ghost/*"
],
"monorepo": {