Skip to content

Commit 5998ace

Browse files
committed
chore(core): Fixed clean config of
1 parent cd4f2d3 commit 5998ace

File tree

4 files changed

+6
-17
lines changed

4 files changed

+6
-17
lines changed

.changeset/sour-parks-nail.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"x-boilerplate": patch
3+
---
4+
5+
Fixed clean config of `next-intl`

i18n.d.ts

Lines changed: 0 additions & 8 deletions
This file was deleted.

messages/en.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3-
import "./.next/dev/types/routes.d.ts";
3+
import "./.next/types/routes.d.ts";
44

55
// NOTE: This file should not be edited
66
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

0 commit comments

Comments
 (0)