diff --git a/apps/api/package.json b/apps/api/package.json index 6925744..a6e9b6a 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -2,7 +2,7 @@ "name": "@boring.tools/api", "scripts": { "dev": "bun run --hot src/index.ts", - "build": "bun build --entrypoints ./src/index.ts --outdir ../../build/api --target bun --splitting --sourcemap=linked", + "build": "bun build --entrypoints ./src/index.ts --outdir ../../build/api --target bun --splitting", "test": "bun test --preload ./src/index.ts" }, "dependencies": {