wip: fix type errors

This commit is contained in:
Dax Raad
2025-07-24 17:37:57 -04:00
parent 0d12a8c4d9
commit 877cbfc45b
3 changed files with 39 additions and 58 deletions
-2
View File
@@ -2,10 +2,8 @@ import { App } from "../app/app"
import { $ } from "bun"
import path from "path"
import fs from "fs/promises"
import { Ripgrep } from "../file/ripgrep"
import { Log } from "../util/log"
import { Global } from "../global"
import { Installation } from "../installation"
import { z } from "zod"
export namespace Snapshot {