Skip to content

Function: runInitialSynth()

runInitialSynth(root): void

Run the initial synth by executing .projenrc.ts directly with bun (with PROJEN_DISABLE_POST set), NOT projen <task>. Use right after seeding a fresh workspace: the projen TASKS (sync, barrels, …) only exist once .projenrc.ts has run once, so projen sync can’t be the bootstrapping step.

string

void