Skip to content

Commit

Permalink
馃摑 docs(README): Add doctype to remix.config.js export (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
machour committed Oct 30, 2022
1 parent c80d579 commit 5d2fbf6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ Update your _remix.config.js_ file and use the custom routes config option.

```ts
const { flatRoutes } = require('remix-flat-routes')

/**
* @type {import("@remix-run/dev").AppConfig}
*/
module.exports = {
// ignore all files in routes folder to prevent
// default remix convention from picking up routes
Expand Down

0 comments on commit 5d2fbf6

Please sign in to comment.