File size: 189 Bytes
ea35075
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
import dayjs from 'dayjs'
console.log(
    __APP_VERSION__ +
        '  ' +
        dayjs(__APP_BUILD_TIME__).format('YYYY-MM-DD HH:mm:ss')
)
import { PWACheck } from './update'
PWACheck()