[READ-ONLY] Mirror of https://github.com/bombshell-dev/tools. Internal CLI to standardize tooling across all Bombshell projects
0

Configure Feed

Select the types of activity you want to include in your feed.

[ci] format

authored by

Nate Moore and committed by
bombshell-bot
(Mar 2, 2026, 9:43 PM UTC) f7803cf0 42d70e51

+3 -1
+3 -1
src/commands/dev.ts
··· 6 6 const { args } = ctx; 7 7 const [file = "./src/index.ts", ...rest] = args; 8 8 // console.clear(); 9 - console.log(`node --experimental-transform-types --disable-warning=ExperimentalWarning ${args.join(" ")}`); 9 + console.log( 10 + `node --experimental-transform-types --disable-warning=ExperimentalWarning ${args.join(" ")}`, 11 + ); 10 12 const stdio = x("node", [ 11 13 "--experimental-transform-types", 12 14 "--no-warnings",