[Glitch] Update dependency vite to v8

Port changes from 1935f4db79 to glitch-soc

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: ChaosExAnima <ChaosExAnima@users.noreply.github.com>
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
renovate[bot]
2026-03-23 12:47:03 +01:00
committed by Claire
parent 5bc6630132
commit 7c5471e763
2 changed files with 4 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ export function GlitchThemes(): Plugin {
return {
name: 'glitch-themes',
async config(userConfig) {
const existingInputs = userConfig.build?.rollupOptions?.input;
const existingInputs = userConfig.build?.rolldownOptions?.input;
if (typeof existingInputs === 'string') {
entrypoints[path.basename(existingInputs)] = existingInputs;
@@ -79,7 +79,7 @@ export function GlitchThemes(): Plugin {
return {
build: {
rollupOptions: {
rolldownOptions: {
input: entrypoints,
},
},