Files
formae-plugin-proxmox/testdata/PklProject
2026-02-28 22:34:41 +01:00

13 lines
388 B
Plaintext

amends "pkl:Project"
dependencies {
// Reference local plugin schema during development
// IMPORTANT: The alias must match the package name from the schema's PklProject
["proxmox"] = import("../schema/pkl/PklProject")
// Formae schema - fetched from public registry
["formae"] {
uri = "package://hub.platform.engineering/plugins/pkl/schema/pkl/formae/formae@0.82.2"
}
}