mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +00:00
76ab22f539
This change introduces a compile-time error when `coderd/database` is imported into the slim build. This is to guard against accidentally growing the binary size via import. Ref: #9380