proper src structure, dockerfile, entrypoint

This commit is contained in:
jarek
2025-12-29 08:40:11 +01:00
parent e5828c7d31
commit 73c9f580a1
556 changed files with 1390 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# Bun configuration for Dockhand
[install]
# Use exact versions for reproducible builds
exact = true
[run]
# Enable source maps for better error messages
sourcemap = "external"