waveterm/.storybook
Evan Simkowitz 0d4be9cb88
Fix Vite CJS deprecation warning when using Storybook (#52)
This was a weird one, apparently Storybook still uses CJS but Vite has fully deprecated CJS support. So we need to dynamically import the electron.vite.config.ts file for Storybook, but this breaks because Typescript doesn't resolve and properly compile the dynamic import. To get around this, I am using the `tsx` package, which can dynamically compile typescript imports.
2024-06-13 23:03:57 -07:00
..
global.css Fix prettier formatting 2024-05-28 12:12:28 -07:00
main.ts Fix Vite CJS deprecation warning when using Storybook (#52) 2024-06-13 23:03:57 -07:00
preview.tsx Upgrade Storybok and yarn 2024-06-13 19:50:27 -07:00