Skip to content

Commit f75190f

Browse files
committed
chore: fix typo on frontend generated state file message
1 parent bdc5439 commit f75190f

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
@@ -161,7 +161,7 @@ export default defineNuxtConfig({
161161
(state.errors ?? []).length === 0
162162
) {
163163
console.log(
164-
'Tags already recently generated. Delete apps/src/frontend/generated/state.json to force regeneration.',
164+
'Tags already recently generated. Delete apps/frontend/src/generated/state.json to force regeneration.',
165165
)
166166
return
167167
}

0 commit comments

Comments
 (0)