mirror of
https://github.com/micromdm/micromdm/
synced 2026-08-02 06:46:14 +08:00
The vanity Netlify function was depending on micromdm.io/v2/pkg/log for logging, creating an unnecessary circular dependency with the main repository. Replace it with stdlib log.Logger to break this dependency. Verified: ```shell $ cd website && go build ./netlify-functions/vanity/ ```