initialize config in worktree

This commit is contained in:
Dax Raad
2026-01-04 10:10:11 -05:00
parent f3cd3b8941
commit 2d074f0472
2 changed files with 7 additions and 3 deletions

View File

@@ -161,9 +161,7 @@ export namespace Config {
}
})
async function installDependencies(dir: string) {
// if (Installation.isLocal()) return
export async function installDependencies(dir: string) {
const pkg = path.join(dir, "package.json")
if (!(await Bun.file(pkg).exists())) {