Skip to content

Commit 8de9c70

Browse files
committed
chore: fix typo on frontend generated state file message
1 parent aea5398 commit 8de9c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export default defineNuxtConfig({
167167
(state.errors ?? []).length === 0
168168
) {
169169
console.log(
170-
'Tags already recently generated. Delete apps/src/frontend/generated/state.json to force regeneration.',
170+
'Tags already recently generated. Delete apps/frontend/src/generated/state.json to force regeneration.',
171171
)
172172
return
173173
}

0 commit comments

Comments
 (0)