mirror of https://github.com/harness/drone.git
Update dist.go
parent
387d4771d3
commit
f5da9013c7
|
@ -30,6 +30,9 @@ import (
|
|||
|
||||
//go:embed dist/*
|
||||
var UI embed.FS
|
||||
//go:embed *
|
||||
var _ embed.FS
|
||||
|
||||
var remoteEntryContent []byte
|
||||
var fileMap map[string]bool
|
||||
|
||||
|
|
Loading…
Reference in New Issue