docs: 更新快速接入文档,sentry 放开追踪模块

This commit is contained in:
wangxuefeng
2025-03-24 14:22:48 +08:00
parent feadd95c4f
commit 1f6f15af9d
5 changed files with 220 additions and 190 deletions

View File

@@ -33,7 +33,6 @@ export default defineConfig(({ mode }) => {
? {
cors: true,
port: Number(env.VITE_PORT),
https: isDev, // 启用 https配合 mkcert 插件
}
: undefined,