Refactor Vite configuration for improved readability and formatting

This commit is contained in:
2025-01-23 20:37:03 +01:00
parent abef02f275
commit 7bb9c0f774

View File

@@ -16,14 +16,8 @@ export default defineConfig({
v3_relativeSplatPath: true, v3_relativeSplatPath: true,
v3_throwAbortReason: true, v3_throwAbortReason: true,
v3_singleFetch: true, v3_singleFetch: true,
v3_lazyRouteDiscovery: true v3_lazyRouteDiscovery: true,
}, },
/*routes: async (defineRoutes) => {
return defineRoutes((route) => {
route("/", "routes/_index.tsx");
route("/blog/:blog", "routes/blog.tsx");
});
},*/
}), }),
tsconfigPaths(), tsconfigPaths(),
], ],