fix(electrobun): copy pty-client locally, fix import path for Bun bundler
This commit is contained in:
parent
4676fc2c94
commit
0f7024ec8f
7 changed files with 509 additions and 52 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import path from "path";
|
||||
import { BrowserWindow, BrowserView, Updater } from "electrobun/bun";
|
||||
import { PtyClient } from "../../agor-pty/clients/ts/pty-client.ts";
|
||||
import { PtyClient } from "./pty-client.ts";
|
||||
import type { PtyRPCSchema } from "../shared/pty-rpc-schema.ts";
|
||||
|
||||
const DEV_SERVER_PORT = 9760; // Project convention: 9700+ range
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue