Skip to content

Commit

Permalink
Update src/nuxt/nuxt-wizard.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Stracke <[email protected]>
  • Loading branch information
andreiborza and Lms24 authored Dec 19, 2024
1 parent a9f1fe2 commit 86ccc64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nuxt/nuxt-wizard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ function buildOutroMessage(
if (canImportSentryServerConfigFile) {
msg += `\n\nAfter building your Nuxt app, you need to ${chalk.cyan(
'--import',
)} the Sentry server config file.\n\nFor more info see: ${chalk.cyan(
)} the Sentry server config file when running your app.\n\nFor more info see: ${chalk.cyan(
'https://docs.sentry.io/platforms/javascript/guides/nuxt/install/cli-import/#initializing-sentry-with---import',
)}`;
}
Expand Down

0 comments on commit 86ccc64

Please sign in to comment.