mirror of
https://github.com/khoaliber/dockhand.git
synced 2026-03-02 05:29:05 +00:00
10 lines
179 B
TOML
10 lines
179 B
TOML
# Bun configuration for Dockhand
|
|
|
|
[install]
|
|
# Use exact versions for reproducible builds
|
|
exact = true
|
|
|
|
[run]
|
|
# Enable source maps for better error messages
|
|
sourcemap = "external"
|