toto10's picture
Upload folder using huggingface_hub (#4)
ea35075
raw
history blame
189 Bytes
import dayjs from 'dayjs'
console.log(
__APP_VERSION__ +
' ' +
dayjs(__APP_BUILD_TIME__).format('YYYY-MM-DD HH:mm:ss')
)
import { PWACheck } from './update'
PWACheck()