betterstart-cli 0.0.38 → 0.0.39
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/dist/cli.js +0 -2
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -22217,7 +22217,6 @@ async function promptPlugins(cwd, options = {}) {
|
|
|
22217
22217
|
const flow = !existingToken && options.provisionVercelBlob ? await options.provisionVercelBlob() : void 0;
|
|
22218
22218
|
if (flow?.ok && flow.token) {
|
|
22219
22219
|
persistBlobReadWriteToken(cwd, flow.token);
|
|
22220
|
-
p12.log.success("Saved BLOB_READ_WRITE_TOKEN to .env.local");
|
|
22221
22220
|
sections.push({
|
|
22222
22221
|
header: "Storage (Vercel Blob)",
|
|
22223
22222
|
vars: [{ key: "BLOB_READ_WRITE_TOKEN", value: flow.token }]
|
|
@@ -25867,7 +25866,6 @@ async function runInitCommand(name, options) {
|
|
|
25867
25866
|
});
|
|
25868
25867
|
if (flow.ok && flow.token) {
|
|
25869
25868
|
persistBlobReadWriteToken(cwd, flow.token);
|
|
25870
|
-
p18.log.success(`Saved BLOB_READ_WRITE_TOKEN to ${pc7.cyan(".env.local")}`);
|
|
25871
25869
|
collectedIntegrationConfig.sections.push({
|
|
25872
25870
|
header: "Storage (Vercel Blob)",
|
|
25873
25871
|
vars: [{ key: "BLOB_READ_WRITE_TOKEN", value: flow.token }]
|