wip: fix type errors

This commit is contained in:
Dax Raad
2025-07-24 17:37:57 -04:00
parent 284c01018e
commit aa2a5057ac
3 changed files with 39 additions and 58 deletions

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 {