Commit Graph

12 Commits

Author SHA1 Message Date
Jacob Overgaard
7d7db6bb2b V16: Vite development optimizations (#18915)
* feat: resolve TODO by removing quiet option

* feat: exclude ./src/mocks from production build

* feat: load only msw when running through vite

* feat: optimise load order

* feat: handles mocked logos with virtual path

* feat: loads mocked service worker from virtual path

* feat: loads assets from virtual path

* feat: forces MSW=on for the static build

* build: adds storybook workflow copied over from the old backoffice repository

* build: limits where the build runs

* build: adds workflow to build a static version of the backoffice upon request

* build: excludes the `/umbraco/backoffice/assets` folder from navigation fallback just in case

* build: triggers run when the workflow file itself changes

* build: triggers run when package.json changes

* build: marks the 'contrib' branch as production

* build: activates static builds on preview/* labels

* build: bumps github checkout version

* build: updates key for backoffice web app

* build: updates key for storybook

* build: disables build for release branches to preseve on preview environments
2025-04-03 15:15:04 +01:00
Niels Lyngsø
258f9f95e0 remove devops log 2023-11-24 12:58:43 +01:00
Niels Lyngsø
99e78d4ccd final 2023-11-23 16:15:44 +01:00
Niels Lyngsø
fe661c297a working example 2023-11-23 16:03:30 +01:00
Jacob Overgaard
1d01f852ec add .js 2023-05-26 10:22:54 +02:00
Mads Rasmussen
dd180320f7 keep packages in backoffice element for now 2023-05-24 22:49:09 +02:00
Mads Rasmussen
5e79abe77c add more js to import paths 2023-05-24 15:18:30 +02:00
Mads Rasmussen
ec50fa935e move mocks outside of shared folder 2023-05-23 21:17:25 +02:00
Mads Rasmussen
27c425de36 pass packages to element to prevent them being part of the module when building 2023-05-22 20:10:25 +02:00
Mads Rasmussen
8cef0fcf48 rename core to shared 2023-05-16 22:11:11 +02:00
Mads Rasmussen
ae7fd02fc9 move apps into apps folder 2023-05-16 21:36:08 +02:00
Mads Rasmussen
353c64931b move index.ts next to index.html 2023-05-15 13:00:06 +02:00