MCPcopy Index your code
hub / github.com/QwikDev/qwik / syncBaseStarterVersionsFromQwik

Function syncBaseStarterVersionsFromQwik

scripts/create-qwik-cli.ts:94–98  ·  view source on GitHub ↗
(config: BuildConfig)

Source from the content-addressed store, hash-verified

92}
93
94async function syncBaseStarterVersionsFromQwik(config: BuildConfig) {
95 const qwikVersion = await getQwikVersion(config);
96
97 await updateBaseVersions(config, qwikVersion);
98}
99
100async function updateBaseVersions(config: BuildConfig, version: string) {
101 const srcCliDir = join(config.packagesDir, PACKAGE);

Callers 1

buildCreateQwikCliFunction · 0.85

Calls 2

getQwikVersionFunction · 0.90
updateBaseVersionsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…