We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9763808 commit 0e444b6Copy full SHA for 0e444b6
app/routes/index.tsx app/routes/_index.tsxapp/routes/index.tsx renamed to app/routes/_index.tsx
remix.config.js
@@ -11,10 +11,10 @@ const commonConfig = {
11
'@remix-validated-form/with-zod',
12
],
13
tailwind: true,
14
- routes(defineRoutes) {
15
- // uses the v1 convention, works in v1.15+ and v2
16
- return createRoutesFromFolders(defineRoutes);
17
- },
+ // routes(defineRoutes) {
+ // // uses the v1 convention, works in v1.15+ and v2
+ // return createRoutesFromFolders(defineRoutes);
+ // },
18
};
19
20
/**
0 commit comments