mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 14:42:56 +00:00
24 lines
418 B
TOML
24 lines
418 B
TOML
name = "create-palette-plugin"
|
|
compatibility_date = "2025-01-01"
|
|
|
|
assets = { directory = "../../dist/apps/create-palette-plugin" }
|
|
|
|
[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
|