Skip to content

Commit

Permalink
chore: fix updateDevFatalErrorPage test
Browse files Browse the repository at this point in the history
We changed where the rw template is located.
Technically this changes the behavior of the codemod.
It was for v0.5, which we don't really support.
Regardless users will still get the right template since it hasn't seen changes for some time.
  • Loading branch information
jtoar committed May 5, 2023
1 parent 91de4c4 commit 28bf392
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const updateDevFatalErrorPage = async () => {
const dirs = {
[webFatalErrorPagesDir]: {
[path.join(webFatalErrorPagesDir, 'FatalErrorPage')]:
'https://raw.githubusercontent.com/redwoodjs/redwood/main/packages/create-redwood-app/template/web/src/pages/FatalErrorPage/FatalErrorPage.tsx',
'https://raw.githubusercontent.com/redwoodjs/redwood/main/packages/create-redwood-app/templates/ts/web/src/pages/FatalErrorPage/FatalErrorPage.tsx',
},
}

Expand Down

0 comments on commit 28bf392

Please # to comment.