mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 22:35:51 +00:00
style: 完成所有文件的lint
This commit is contained in:
@@ -5,14 +5,12 @@
|
||||
* bun run scripts/rcs.ts
|
||||
* RCS_API_KEYS=key1,key2 RCS_PORT=4000 bun run scripts/rcs.ts
|
||||
*/
|
||||
import { config } from "../packages/remote-control-server/src/config";
|
||||
import { config } from '../packages/remote-control-server/src/config'
|
||||
|
||||
console.log(`[RCS] Starting Remote Control Server...`);
|
||||
console.log(`[RCS] Port: ${config.port}`);
|
||||
console.log(`[RCS] API Key configuration loaded`);
|
||||
console.log(`[RCS] Starting Remote Control Server...`)
|
||||
console.log(`[RCS] Port: ${config.port}`)
|
||||
console.log(`[RCS] API Key configuration loaded`)
|
||||
|
||||
const server = await import("../packages/remote-control-server/src/index.ts");
|
||||
const server = await import('../packages/remote-control-server/src/index.ts')
|
||||
|
||||
Bun.serve(
|
||||
server.default
|
||||
)
|
||||
Bun.serve(server.default)
|
||||
|
||||
Reference in New Issue
Block a user