腾讯EdgeOne部署配置

This commit is contained in:
eoao
2025-08-27 17:35:11 +08:00
parent fc0a5564f4
commit 344389cf0f
4 changed files with 7 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ export default defineConfig(({mode}) => {
},
build: {
target: 'es2022',
outDir: '../mail-worker/dist',
outDir: env.VITE_OUT_DIR || 'dist',
emptyOutDir: true,
assetsInclude: ['**/*.json']
}