Skip to content

Commit 3381fb4

Browse files
committed
feat: add /version.json endpoint
1 parent 7a5e55a commit 3381fb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rollup.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ const plugins = [
4343
copy({
4444
targets: [
4545
{ src: 'src/fonts', dest: `${output}` },
46+
{ src: '.version.json', dest: `${output}`, rename: 'version.json' },
4647
{ src: 'src/images/*', dest: `${output}/images`, transform: copyTransform },
4748
],
4849
}),

0 commit comments

Comments
 (0)