This commit is contained in:
Chris Wanstrath 2026-02-12 16:30:41 -08:00
parent 4a31d7bb69
commit 6912bc0cdf

View File

@ -1,5 +1,5 @@
import type { Tunnel } from 'sneaker/client' import type { Tunnel } from '@because/sneaker'
import { connect } from 'sneaker/client' import { connect } from '@because/sneaker'
import { existsSync, mkdirSync, readFileSync, writeFileSync } from 'fs' import { existsSync, mkdirSync, readFileSync, writeFileSync } from 'fs'
import { join } from 'path' import { join } from 'path'
import { getApp, TOES_DIR, update } from '$apps' import { getApp, TOES_DIR, update } from '$apps'