mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-16 08:15:48 +00:00
Update to Hilla 24
This commit is contained in:
+1
-7
@@ -1,7 +1,6 @@
|
||||
import reactSwc from '@vitejs/plugin-react-swc';
|
||||
import type {UserConfigFn} from 'vite';
|
||||
import {overrideVaadinConfig} from './vite.generated';
|
||||
import path from "path";
|
||||
|
||||
const customConfig: UserConfigFn = (env) => ({
|
||||
// Here you can add custom Vite parameters
|
||||
@@ -10,12 +9,7 @@ const customConfig: UserConfigFn = (env) => ({
|
||||
reactSwc({
|
||||
tsDecorators: true,
|
||||
}),
|
||||
],
|
||||
resolve: {
|
||||
alias: {
|
||||
"@": path.resolve(__dirname, "./frontend"),
|
||||
},
|
||||
},
|
||||
]
|
||||
});
|
||||
|
||||
export default overrideVaadinConfig(customConfig);
|
||||
|
||||
Reference in New Issue
Block a user