Files
2026-01-30 22:44:32 +01:00

13 lines
391 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.80.0"
}
}