show package.json version on web (#717)

This commit is contained in:
Ben Harris 2023-05-30 20:53:23 -04:00 committed by GitHub
parent a9a661ab58
commit 037713321d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 7 deletions

View file

@ -1,3 +1,2 @@
// TODO
export const appVersion = 'TODO'
export const buildVersion = 'TODO'
import {version} from '../../package.json'
export const appVersion = version