refactor: Projektstruktur in app/ und backend/ aufgeteilt
This commit is contained in:
9
backend/vite.config.ts
Normal file
9
backend/vite.config.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { UserConfigFn } from 'vite';
|
||||
import { overrideVaadinConfig } from './vite.generated';
|
||||
|
||||
const customConfig: UserConfigFn = (env) => ({
|
||||
// Here you can add custom Vite parameters
|
||||
// https://vitejs.dev/config/
|
||||
});
|
||||
|
||||
export default overrideVaadinConfig(customConfig);
|
||||
Reference in New Issue
Block a user