Goddammit I switched from Sharkey if it's a downstream issue but it seems like an upstream issue fucking vite build taking forever :neofox_sob:
```
misskey@Poppyweb:~/misskey$ NODE_ENV=production pnpm run build
> misskey@2024.2.0 build /home/misskey/misskey
> pnpm build-pre && pnpm -r build && pnpm build-assets
> misskey@2024.2.0 build-pre /home/misskey/misskey
> node ./scripts/build-pre.js
Scope: 7 of 8 workspace projects
packages/misskey-bubble-game build$ node ./build.js
└─ Done in 628ms
packages/misskey-js build$ npm run ts
[1 lines collapsed]
│ > npm run ts-esm && npm run ts-dts
│ > misskey-js@2024.2.0 ts-esm
│ > tsc --outDir built/esm
│ > misskey-js@2024.2.0 ts-dts
│ > tsc --outDir built/dts --declaration true --emitDeclarationOnly true --declarationMap t…
│ npm notice
│ npm notice New minor version of npm available! 10.2.4 -> 10.4.0
│ npm notice Changelog:
│ npm notice Run `npm install -g npm@10.4.0` to update!
│ npm notice
└─ Done in 24.1s
packages/misskey-reversi build$ node ./build.js
└─ Done in 595ms
packages/backend build$ swc src -d built -D
│ Successfully compiled: 800 files, copied 27 files with swc (142.05ms)
└─ Done in 3.7s
packages/frontend build$ vite build
│ vite v5.1.0 building for production...
│ transforming...
└─ Running...
packages/sw build$ node build.js
│ (node:628772) ExperimentalWarning: Importing JSON modules is an experimental feature and …
│ (Use `node --trace-warnings ...` to show where the warning was created)
│ Starting SW building...
│ done
└─ Done in 3.4s
plz help syuilo i just want misskey =(
```