Adds in initial migration, recommends ESLint VS Code extension and sets up defaults to format with ESLint on save and use ESLint as the general formatter
This commit is contained in:
parent
86967b26cd
commit
a857c3da07
9 changed files with 217 additions and 219 deletions
|
@ -36,8 +36,6 @@ export default defineSsrMiddleware(({ app, resolve, render, serve }) =>
|
|||
}
|
||||
else if (err.code === 404)
|
||||
{
|
||||
// hmm, Vue Router could not find the requested route
|
||||
|
||||
// Should reach here only if no "catch-all" route
|
||||
// is defined in /src/routes
|
||||
res.status(404).send('404 | Page Not Found');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue