feat: Add opt-in locations support via ancillary module (#107)

This commit is contained in:
Ryan Brink
2021-11-25 13:09:18 -05:00
committed by GitHub
parent dd780ad29d
commit 5e070e1875
22 changed files with 1369 additions and 70 deletions

View File

@ -4,6 +4,7 @@ include("kompendium-core")
include("kompendium-auth")
include("kompendium-swagger-ui")
include("kompendium-playground")
include("kompendium-locations")
// Feature Previews
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")