mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 14:42:56 +00:00
24 lines
408 B
TOML
24 lines
408 B
TOML
name = "penpot-plugins-style-doc"
|
|
compatibility_date = "2025-01-01"
|
|
|
|
assets = { directory = "dist/apps/example-styles" }
|
|
|
|
[observability]
|
|
enabled = true
|
|
head_sampling_rate = 1
|
|
|
|
[observability.logs]
|
|
enabled = true
|
|
head_sampling_rate = 1
|
|
persist = true
|
|
invocation_logs = true
|
|
|
|
[observability.traces]
|
|
enabled = false
|
|
persist = true
|
|
head_sampling_rate = 1
|
|
|
|
[[routes]]
|
|
pattern = "WORKER_URI"
|
|
custom_domain = true
|