Ghost/apps/admin-x-demo
Daniel Lockyer a9c9202b5c Added defaults to Nx build step
refs https://github.com/TryGhost/DevOps/issues/122

- this allows us to DRY up some of the other configuration we have
  dotted around and fixes a niche bug with overlapping builds that we
  were seeing before, because Nx should only allow one build at a time
2023-12-13 11:54:31 +01:00
..
src Remove Toaster from AdminX demo (#19119) 2023-11-23 14:59:36 +00: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 Added defaults to Nx build step 2023-12-13 11:54:31 +01:00
playwright.config.mjs Added test examples to AdminX demo (#19116) 2023-11-23 12:59:48 +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