Ghost/apps/admin-x-demo
Daniel Lockyer 33dd6b6b49 Removed concurrently from building apps
ref https://linear.app/tryghost/issue/DEV-20/faster-builds

- we added concurrently because, in theory, it should make builds faster
  by utilizing more cores
- however, when combined with Nx, it seems that we are trying to exceed
  the number of cores, which actually makes individual builds slower
- I've removed concurrently from the apps, which should improve the
  build time significantly
2024-09-02 12:06:27 +02:00
..
src Migrated the design system to Radix (#20244) 2024-08-19 20:37:33 +08:00
test Added test examples to AdminX demo (#19116) 2023-11-23 12:59:48 +00:00
.eslintignore Created a skeleton AdminX demo app (#19005) 2023-11-20 13:30:15 +00:00
.eslintrc.cjs Created a skeleton AdminX demo app (#19005) 2023-11-20 13:30:15 +00:00
.gitignore Added test examples to AdminX demo (#19116) 2023-11-23 12:59:48 +00:00
index.html Added test examples to AdminX demo (#19116) 2023-11-23 12:59:48 +00:00
package.json Removed concurrently from building apps 2024-09-02 12:06:27 +02:00
playwright.config.mjs Updated files with mixed named/default exports to use only named exports (#19385) 2023-12-14 16:01:28 +00:00
postcss.config.cjs Created a skeleton AdminX demo app (#19005) 2023-11-20 13:30:15 +00:00
tailwind.config.cjs Created a skeleton AdminX demo app (#19005) 2023-11-20 13:30:15 +00:00
tsconfig.json Added test examples to AdminX demo (#19116) 2023-11-23 12:59:48 +00:00
vite.config.mjs Created a skeleton AdminX demo app (#19005) 2023-11-20 13:30:15 +00:00