Skip to content

Commit

Permalink
馃敤 Update import type annotation in remix.config.js (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
OnurGvnc committed Feb 2, 2024
1 parent d1b98f9 commit 25275b7
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/dist/vite/plugin').RemixVitePluginOptions} */
/** @type {import('@remix-run/dev/dist/vite/plugin').VitePluginConfig} */
export default {
ignoredRouteFiles: ['**/*'],
serverModuleFormat: 'esm',
Expand Down

0 comments on commit 25275b7

Please sign in to comment.