mirror of
https://github.com/tale/headplane.git
synced 2026-08-17 08:37:49 +00:00
feat: bundle node_modules into the server
This commit is contained in:
@@ -3,4 +3,8 @@ import type { Config } from '@react-router/dev/config';
|
||||
export default {
|
||||
basename: '/admin/',
|
||||
ssr: true,
|
||||
future: {
|
||||
unstable_optimizeDeps: true,
|
||||
unstable_splitRouteModules: 'enforce',
|
||||
},
|
||||
} satisfies Config;
|
||||
|
||||
Reference in New Issue
Block a user