create-100x-mobile 0.6.3 → 0.6.4
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.
|
@@ -339,6 +339,8 @@ async function promptInstantSetup(options, authMode) {
|
|
|
339
339
|
? "InstantDB Magic Code + Cloudflare Setup"
|
|
340
340
|
: "InstantDB Magic Code Setup"));
|
|
341
341
|
prompts_1.log.info(picocolors_1.default.dim("Create an app id with: npx instant-cli init-without-files --title my-app"));
|
|
342
|
+
prompts_1.log.info(picocolors_1.default.dim("Or grab it from your dashboard:"));
|
|
343
|
+
prompts_1.log.info(picocolors_1.default.cyan(" → https://instantdb.com/dash"));
|
|
342
344
|
if ((0, scaffold_1.isCloudflareInstantAuthMode)(authMode)) {
|
|
343
345
|
prompts_1.log.info(picocolors_1.default.dim("Cloudflare Worker, R2, and D1 files will be generated and deployed automatically."));
|
|
344
346
|
}
|
|
@@ -356,7 +358,8 @@ async function promptInstantSetup(options, authMode) {
|
|
|
356
358
|
if ((0, scaffold_1.isCloudflareInstantAuthMode)(authMode) && appId) {
|
|
357
359
|
prompts_1.log.info("");
|
|
358
360
|
prompts_1.log.info(picocolors_1.default.dim("The admin token lets the Cloudflare Worker sync upload metadata to InstantDB."));
|
|
359
|
-
prompts_1.log.info(picocolors_1.default.dim("Get it from
|
|
361
|
+
prompts_1.log.info(picocolors_1.default.dim("Get it from your app dashboard → Admin Tokens tab:"));
|
|
362
|
+
prompts_1.log.info(picocolors_1.default.cyan(" → https://instantdb.com/dash?s=main&t=admin"));
|
|
360
363
|
const adminTokenInput = await (0, prompts_1.text)({
|
|
361
364
|
message: "InstantDB Admin Token",
|
|
362
365
|
placeholder: "your-instant-admin-token",
|