项目文件夹

文件
caorushizi 5f8b1442c9 refactor(service-runner): remove portfinder, use fixed port
Remove dynamic port finding via portfinder. ServiceRunner now uses
preferredPort directly as the fixed port. Electron mode uses port 39719.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 00:01:37 +08:00
..
2026-04-02 20:34:37 +08:00
2026-04-02 20:34:37 +08:00
2026-04-02 20:34:37 +08:00
2026-04-02 20:34:37 +08:00
2026-04-02 20:34:37 +08:00
2026-04-02 20:34:37 +08:00
2026-04-02 20:34:37 +08:00
2026-04-02 20:34:37 +08:00

tsdown-starter

A starter for creating a TypeScript package.

Development

  • Install dependencies:
npm install
  • Run the unit tests:
npm run test
  • Build the library:
npm run build