feat:集成Sentry

This commit is contained in:
leilei
2025-10-21 15:23:39 +08:00
parent 2b8e7349e6
commit f19ab86ada
4 changed files with 119 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ import { fileURLToPath, URL } from 'node:url'
import path from "path";
import { defineConfig ,loadEnv} from 'vite'
import vue from '@vitejs/plugin-vue'
import createVitePlugins from './vite/plugins/index.js'
import createVitePlugins from './vite/plugins/index.js'
// https://vite.dev/config/
export default defineConfig(({ mode, command }) => {