Skip to content

Commit 57e0d5a

Browse files
committed
feat: add build options
1 parent f8ec294 commit 57e0d5a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

bunfig.toml

+16
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,19 @@ cache = true
1111

1212
# Use frozen installation (equivalent to npm's --frozen-lockfile)
1313
frozen = true
14+
15+
[build]
16+
# Default entry points
17+
entrypoints = ["src/index.ts"]
18+
19+
# Default target platform
20+
target = "node"
21+
22+
# Default output directory
23+
outdir = "dist"
24+
25+
# Default sourcemap generation
26+
sourcemap = "inline"
27+
28+
# Default external dependencies
29+
external = ["consolidate", "rollup"]

0 commit comments

Comments
 (0)