We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea5398 commit 8de9c70Copy full SHA for 8de9c70
apps/frontend/nuxt.config.ts
@@ -167,7 +167,7 @@ export default defineNuxtConfig({
167
(state.errors ?? []).length === 0
168
) {
169
console.log(
170
- 'Tags already recently generated. Delete apps/src/frontend/generated/state.json to force regeneration.',
+ 'Tags already recently generated. Delete apps/frontend/src/generated/state.json to force regeneration.',
171
)
172
return
173
}
0 commit comments