Compare commits

...

2 Commits

Author SHA1 Message Date
66c4ac33b3 Merge pull request '修改打包目录配置' (#3) from develop into local-test
All checks were successful
local-test-CICD / Docker-Build (push) Successful in 2m20s
Reviewed-on: joylink/rtss-simulation-app-client#3
2024-09-24 12:09:11 +08:00
soul-walker
b267859368 修改打包目录配置 2024-09-24 12:08:38 +08:00

View File

@ -78,7 +78,7 @@ module.exports = configure(function (/* ctx */) {
// polyfillModulePreload: true,
// distDir
// distDir: `dist/${BasePath}`,
distDir: 'dist',
distDir: 'dist/rtsa',
// extendViteConf (viteConf) {},
// viteVuePluginOptions: {},