Update dependency vite to v8 (#38174)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: ChaosExAnima <ChaosExAnima@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-03-23 12:47:03 +01:00
committed by GitHub
parent d48470a1fc
commit 1935f4db79
8 changed files with 1139 additions and 1068 deletions

View File

@@ -24,7 +24,7 @@ export function MastodonThemes(): Plugin {
let entrypoints: Record<string, string> = {};
const existingInputs = userConfig.build?.rollupOptions?.input;
const existingInputs = userConfig.build?.rolldownOptions?.input;
if (typeof existingInputs === 'string') {
entrypoints[path.basename(existingInputs)] = existingInputs;
@@ -46,7 +46,7 @@ export function MastodonThemes(): Plugin {
return {
build: {
rollupOptions: {
rolldownOptions: {
input: entrypoints,
},
},