ai-hero-cli 0.0.16 → 0.0.17
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/bin.cjs +2 -2
- package/package.json +1 -1
package/bin.cjs
CHANGED
|
@@ -68295,8 +68295,8 @@ var runLesson = Effect_exports.fn("runLesson")(function* (opts) {
|
|
|
68295
68295
|
"pnpm",
|
|
68296
68296
|
"tsx",
|
|
68297
68297
|
"--env-file",
|
|
68298
|
-
|
|
68299
|
-
|
|
68298
|
+
envFilePath,
|
|
68299
|
+
mainFile
|
|
68300
68300
|
).pipe(
|
|
68301
68301
|
Command_exports.stdout("inherit"),
|
|
68302
68302
|
Command_exports.stderr("inherit"),
|