mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
f17b3d0068
- 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.
16 lines
214 B
Plaintext
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
|