Merge branch 'develop' into redistributable

This commit is contained in:
DecDuck
2025-09-06 18:32:09 +10:00
12 changed files with 368 additions and 9761 deletions

View File

@ -74,7 +74,8 @@ export default defineNuxtConfig({
vite: {
plugins: [
tailwindcss(),
// eslint-disable-next-line @typescript-eslint/no-explicit-any
tailwindcss() as any,
// only used in dev server, not build because nitro sucks
// see build hook below
viteStaticCopy({
@ -84,7 +85,8 @@ export default defineNuxtConfig({
dest: "twemoji",
},
],
}),
// eslint-disable-next-line @typescript-eslint/no-explicit-any
}) as any,
],
},