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 bdc5439 commit f75190fCopy full SHA for f75190f
apps/frontend/nuxt.config.ts
@@ -161,7 +161,7 @@ export default defineNuxtConfig({
161
(state.errors ?? []).length === 0
162
) {
163
console.log(
164
- '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.',
165
)
166
return
167
}
0 commit comments