mirror of
https://github.com/SrIzan10/osu-radio.git
synced 2026-05-01 10:55:12 +00:00
fix order
This commit is contained in:
@@ -16,6 +16,6 @@ export default defineConfig({
|
||||
"@renderer": resolve("src/renderer/src"),
|
||||
},
|
||||
},
|
||||
plugins: [solid(), lucidePreprocess()],
|
||||
plugins: [lucidePreprocess(), solid()],
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user