This commit is contained in:
Dax Raad
2025-09-02 16:38:26 -04:00
parent a8aa44bd3f
commit 042802848d
3 changed files with 26 additions and 33 deletions

View File

@@ -1,5 +1,5 @@
import { spawn } from "node:child_process"
import { Config } from "./gen/types.gen.js"
import { type Config } from "./gen/types.gen.js"
export type ServerOptions = {
hostname?: string