mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2026-02-13 20:59:51 +00:00
feat: add /version.json endpoint
This commit is contained in:
@@ -43,6 +43,7 @@ const plugins = [
|
||||
copy({
|
||||
targets: [
|
||||
{ src: 'src/fonts', dest: `${output}` },
|
||||
{ src: '.version.json', dest: `${output}`, rename: 'version.json' },
|
||||
{ src: 'src/images/*', dest: `${output}/images`, transform: copyTransform },
|
||||
],
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user