InvokeAI/invokeai/frontend/web/.prettierignore
psychedelicious f17b3d0068 feat(ui): migrate to pnpm
- update all scripts
- update the frontend GH action
- remove yarn-related files
- update ignores

Yarn classic + storybook has some weird module resolution issue due to how it hoists dependencies.

See https://github.com/storybookjs/storybook/issues/22431#issuecomment-1630086092

When I did the `package.json` solution in this thread, it broke vite. Next option is to upgrade to yarn 3 or pnpm. I chose pnpm.
2023-12-09 16:00:37 +11:00

16 lines
214 B
Plaintext

dist/
public/locales/*.json
!public/locales/en.json
.husky/
node_modules/
patches/
stats.html
index.html
.yarn/
.yalc/
*.scss
src/services/api/schema.d.ts
static/
src/theme/css/overlayscrollbars.css
pnpm-lock.yaml