13 lines
388 B
Plaintext
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"
|
|
}
|
|
}
|