Update dist.go

gitness-as-lib
Enver Bisevac 2024-09-25 19:04:03 +02:00 committed by GitHub
parent 387d4771d3
commit f5da9013c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -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