feat: add build date to web footer
This commit is contained in:
@@ -3,6 +3,9 @@ import vue from '@vitejs/plugin-vue'
|
||||
|
||||
export default defineConfig({
|
||||
base: process.env.VITE_BASE_PATH || '/tori/',
|
||||
define: {
|
||||
__BUILD_DATE__: JSON.stringify(new Date().toISOString().slice(0, 10)),
|
||||
},
|
||||
plugins: [vue()],
|
||||
server: {
|
||||
proxy: {
|
||||
|
||||
Reference in New Issue
Block a user