Files
2026-02-28 22:34:41 +01:00

17 lines
473 B
Plaintext

amends "pkl:Project"
// Package configuration for local development.
// Update baseUri and packageZipUrl when publishing to a registry.
package {
name = "proxmox"
baseUri = "package://localhost/plugins/example/schema/pkl/example"
version = "0.1.0"
packageZipUrl = "https://localhost/plugins/example/schema/pkl/example@\(version).zip"
}
dependencies {
["formae"] {
uri = "package://hub.platform.engineering/plugins/pkl/schema/pkl/formae/formae@0.82.2"
}
}