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 9242afe commit bff518aCopy full SHA for bff518a
src/lib/init/wizard-runner.ts
@@ -25,8 +25,8 @@ import { formatBanner } from "../banner.js";
25
import { CLI_VERSION } from "../constants.js";
26
import { getAuthToken } from "../db/auth.js";
27
import { terminalLink } from "../formatters/colors.js";
28
-import { getSentryBaseUrl } from "../sentry-urls.js";
29
import { guardNonInteractive } from "../mutate-command.js";
+import { getSentryBaseUrl } from "../sentry-urls.js";
30
import { slugify } from "../utils.js";
31
import {
32
abortIfCancelled,
0 commit comments