mirror of
https://github.com/PerpetualSoftware/pad.git
synced 2026-09-22 18:43:45 +00:00
cdd3dcdc50
The agent registered webhooksCmd() and bulkUpdateCmd() but hasn't written the implementations yet. Remove the registrations to fix the build. They'll be re-added when the implementations are complete.
12 lines
156 B
Go
12 lines
156 B
Go
package pad
|
|
|
|
import "embed"
|
|
|
|
//go:embed web/build/*
|
|
var WebUI embed.FS
|
|
|
|
//go:embed skills/pad/SKILL.md
|
|
var PadSkill []byte
|
|
|
|
// embed cache bust: 1774706878
|