* Revert "refactor(client): Create root.vue and select the ui in it (#9312)"
This reverts commit 0294555e2b7899ddd5440de485ba629b4b3fffb5.
* use vite v3
* Revert "Revert "refactor(client): Create root.vue and select the ui in it (#9312)""
This reverts commit 56910e27fbad352f3cb8324a167aaf1446cea7c2.
* Revert "refactor(client): Create root.vue and select the ui in it (#9312)"
This reverts commit 0294555e2b7899ddd5440de485ba629b4b3fffb5.
* use vite@3.2.4
* update to v3.2.5
* Typecheck the service worker
Currently the service worker build never typechecks, since esbuild and typescript-eslint don't do such job.
esbuild: https://esbuild.github.io/content-types/#typescript
>However, esbuild does not do any type checking so you will still need to run tsc -noEmit in parallel with esbuild to check types. This is not something esbuild does itself.
typescript-eslint: https://typescript-eslint.io/linting/troubleshooting#why-dont-i-see-typescript-errors-in-my-eslint-output
>TypeScript's compiler (or whatever your build chain may be) is specifically designed and built to validate the correctness of your codebase. Our tooling does not reproduce the errors that TypeScript provides, because doing so would slow down the lint run [1], and duplicate the errors that TypeScript already outputs for you.
Adding this step adds tons of TS errors 😱
* Override lib-webworker with service worker
* chore: Make image/avif browsersafe
* server side
* change FileInfoService
* ✌️
* avifはMastodonでは絶望的 see https://github.com/misskey-dev/misskey/issues/9283
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>