Require local setup embedding profile selection

This commit is contained in:
“BeeRad”
2026-05-02 11:22:18 +10:00
parent 9575815d83
commit 16d222e3b4
4 changed files with 126 additions and 7 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ console.log('[setup-local] Rebuilding better-sqlite3 native bindings');
run('npm', ['rebuild', 'better-sqlite3']);
console.log('[setup-local] Bootstrapping local RA-H database');
run('npm', ['run', 'bootstrap:local']);
run('npm', ['run', 'bootstrap:local', '--', ...process.argv.slice(2)]);
console.log('');
console.log('[setup-local] Local app setup complete.');