fix(loader): suppress pi SDK version check — irrelevant to gsd users

This commit is contained in:
Lex Christopherson 2026-03-11 01:30:11 -06:00
parent 45ed047140
commit 838ff01b40

View file

@ -14,6 +14,7 @@ const pkgDir = resolve(dirname(fileURLToPath(import.meta.url)), '..', 'pkg')
// MUST be set before any dynamic import of pi SDK fires — this is what config.js
// reads to determine APP_NAME and CONFIG_DIR_NAME
process.env.PI_PACKAGE_DIR = pkgDir
process.env.PI_SKIP_VERSION_CHECK = '1' // GSD ships its own update check — suppress pi's
process.title = 'gsd'
// Print branded banner on first launch (before ~/.gsd/ exists)