Skip to content

Commit

Permalink
🔨 Update import type annotation in remix.config.js (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
OnurGvnc authored Dec 20, 2023
1 parent 8fa4961 commit 4f48f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remix.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { flatRoutes } from 'remix-flat-routes'
/** @type {import('@remix-run/dev').AppConfig} */
/** @type {import('@remix-run/dev/dist/vite/plugin').RemixVitePluginOptions} */
export default {
ignoredRouteFiles: ['**/*'],
serverModuleFormat: 'esm',
Expand Down

0 comments on commit 4f48f3b

Please sign in to comment.