mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-02 23:23:45 +00:00
initialize config in worktree
This commit is contained in:
@@ -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())) {
|
||||
|
||||
Reference in New Issue
Block a user