chore: include pre-built dist for github install
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
import type { ServerConnection } from "./types";
|
||||
export declare function createServerConnection(options: {
|
||||
port?: number;
|
||||
attach?: string;
|
||||
signal: AbortSignal;
|
||||
}): Promise<ServerConnection>;
|
||||
Reference in New Issue
Block a user