chore(terminal): 使用prebuild

This commit is contained in:
bietiaop
2025-02-02 12:59:00 +08:00
parent 5a0a347d12
commit 3fdc85f851
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ import { AuthHelper } from '../helper/SignToken';
import { LogWrapper } from '@/common/log';
import { WebSocket, WebSocketServer } from 'ws';
import os from 'os';
import { IPty, spawn as ptySpawn } from 'node-pty';
import { IPty, spawn as ptySpawn } from '@homebridge/node-pty-prebuilt-multiarch';
import { randomUUID } from 'crypto';
interface TerminalInstance {