bopodev 0.1.16 → 0.1.18
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/index.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -627,6 +627,7 @@ async function runOnboardFlow(options, deps = defaultDeps) {
|
|
|
627
627
|
} else {
|
|
628
628
|
printCheck("ok", "Template", "Skipped");
|
|
629
629
|
}
|
|
630
|
+
printCheck("ok", "Seed mode", requestedTemplateId ? "Template-only (strict)" : "Default bootstrap");
|
|
630
631
|
const envSpin = spinner();
|
|
631
632
|
envSpin.start("Ensuring local environment");
|
|
632
633
|
const envResult = await ensureEnvFile(workspaceRoot);
|