Skip to content

Commit

Permalink
chore: fixed NOT_FOUND regex for mocks server (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
kfly8 authored Jan 4, 2025
1 parent 9b71ed4 commit 546233a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mocks/app/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const RENDERER = import.meta.glob('./routes/**/_renderer.tsx', {
eager: true,
})

const NOT_FOUND = import.meta.glob('./routes/**/_404.(ts|tsx', {
const NOT_FOUND = import.meta.glob('./routes/**/_404.(ts|tsx)', {
eager: true,
})

Expand Down

0 comments on commit 546233a

Please sign in to comment.