Skip to content

Commit c830500

Browse files
committed
Add Bun build script and remove tsconfig.json
Introduces a Bun-based build script to package.json for building the project and deletes tsconfig.json, indicating a shift away from TypeScript's tsc configuration in favor of Bun's build tooling.
1 parent 21944f0 commit c830500

File tree

2 files changed

+1
-27
lines changed

2 files changed

+1
-27
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"type": "module",
66
"main": "build/index.js",
77
"scripts": {
8+
"build": "bun build src/index.ts --outdir build --target node --format esm --sourcemap=external",
89
"start": "bun run src/index.ts --mode=sse",
910
"start:stdio": "bun run src/index.ts --mode=stdio",
1011
"dev": "bun run src/index.ts --mode=sse",

tsconfig.json

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)