mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-17 00:30:04 +00:00
Switch to Hilla for UI
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import reactSwc from '@vitejs/plugin-react-swc';
|
||||
import type { UserConfigFn } from 'vite';
|
||||
import { overrideVaadinConfig } from './vite.generated';
|
||||
|
||||
const customConfig: UserConfigFn = (env) => ({
|
||||
// Here you can add custom Vite parameters
|
||||
// https://vitejs.dev/config/
|
||||
plugins: [
|
||||
reactSwc({
|
||||
tsDecorators: true,
|
||||
}),
|
||||
],
|
||||
});
|
||||
|
||||
export default overrideVaadinConfig(customConfig);
|
||||
Reference in New Issue
Block a user