Skip to content

Commit 6fe9dff

Browse files
committed
chore: fix gitignore
1 parent 18350dd commit 6fe9dff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/nuxt/.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ src/app/components/error-404.vue
22
src/app/components/error-500.vue
33
src/app/components/error-dev.vue
44
src/app/components/welcome.vue
5-
src/core/runtime/nitro/renderer/error-500.ts
6-
src/core/runtime/nitro/renderer/error-dev.ts
5+
src/core/runtime/nitro/handlers/error-500.ts
6+
src/core/runtime/nitro/handlers/error-dev.ts
77
src/core/runtime/nitro/templates/error-500.ts
88
src/core/runtime/nitro/templates/error-dev.ts

0 commit comments

Comments
 (0)