create-solidrt 0.0.42 → 0.0.44
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/package.json +1 -1
- package/src/main.ts +1 -1
package/package.json
CHANGED
package/src/main.ts
CHANGED
|
@@ -18,7 +18,7 @@ if (!dir || dir.startsWith("-")) {
|
|
|
18
18
|
// unpublished 0.0.0 workspace version, which has no npm release to pin to.
|
|
19
19
|
let cli = pkg.version === "0.0.0" ? "@solidrt/cli@latest" : `@solidrt/cli@${pkg.version}`
|
|
20
20
|
|
|
21
|
-
// Forward any trailing flags (e.g. --template
|
|
21
|
+
// Forward any trailing flags (e.g. --template components) to `srt init` untouched.
|
|
22
22
|
let extra = process.argv.slice(3)
|
|
23
23
|
let proc = Bun.spawnSync(["bun", "x", cli, "init", dir, ...extra], {
|
|
24
24
|
stdin: "inherit",
|