add version check

This commit is contained in:
2023-11-20 15:37:02 +08:00
parent 64e592391f
commit 15c3de24b3
4 changed files with 21 additions and 2 deletions

View File

@@ -5,6 +5,8 @@ import path from 'path'
import svgLoader from 'vite-svg-loader'
import mkcert from 'vite-plugin-mkcert'
const Timestamp = new Date().getTime()
export default defineConfig({
plugins: [vue(), svgLoader()],
resolve: {