mirror of
https://github.com/elisiariocouto/leggen.git
synced 2025-12-14 03:52:19 +00:00
fix: Simplify notification settings and fix notification test on dashboard.
This commit is contained in:
@@ -4,8 +4,5 @@ import { TanStackRouterVite } from "@tanstack/router-vite-plugin";
|
||||
|
||||
// https://vite.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [
|
||||
TanStackRouterVite(),
|
||||
react(),
|
||||
],
|
||||
plugins: [TanStackRouterVite(), react()],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user