mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-09 19:07:04 +00:00
6 lines
183 B
Go
6 lines
183 B
Go
package fake
|
|
|
|
// FrontendSource is a base64-encoded, gzipped tarball of the default Frontend Static files.
|
|
// This whole file will be rewrite at build time.
|
|
var FrontendSource string
|