@stackframe/init-stack 2.5.31 → 2.5.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/index.mjs +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/index.mjs
CHANGED
|
@@ -290,7 +290,7 @@ main()
|
|
|
290
290
|
);
|
|
291
291
|
console.log();
|
|
292
292
|
console.log(
|
|
293
|
-
"For more information, please visit https://docs.stack-auth.com/
|
|
293
|
+
"For more information, please visit https://docs.stack-auth.com/getting-started/setup"
|
|
294
294
|
);
|
|
295
295
|
console.log();
|
|
296
296
|
await open("https://app.stack-auth.com/wizard-congrats");
|
|
@@ -318,7 +318,7 @@ main()
|
|
|
318
318
|
);
|
|
319
319
|
console.error();
|
|
320
320
|
console.error(
|
|
321
|
-
"If you need assistance, please try installing Stack manually as described in https://docs.stack-auth.com/
|
|
321
|
+
"If you need assistance, please try installing Stack manually as described in https://docs.stack-auth.com/getting-started/setup or join our Discord where we're happy to help: https://discord.stack-auth.com"
|
|
322
322
|
);
|
|
323
323
|
if (!(err instanceof UserError)) {
|
|
324
324
|
console.error("");
|