1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

Frontend/static files building & serving

This commit is contained in:
Quentin Gliech
2021-12-09 22:09:39 +01:00
parent c53318eca0
commit d8df34db4c
16 changed files with 4284 additions and 7 deletions

View File

@ -41,7 +41,7 @@ indoc = "1.0.3"
[features]
default = ["otlp", "jaeger", "zipkin"]
dev = ["mas-templates/dev"]
dev = ["mas-templates/dev", "mas-core/dev"]
# Enable OpenTelemetry OTLP exporter. Requires "protoc"
otlp = ["opentelemetry-otlp"]
# Enable OpenTelemetry Jaeger exporter and propagator.