This commit is contained in:
snltty
2024-06-23 19:17:46 +08:00
parent a447338faf
commit e5cfe6728d
240 changed files with 524 additions and 524 deletions

10
linker.web/vue.config.js Normal file
View File

@@ -0,0 +1,10 @@
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
productionSourceMap: process.env.NODE_ENV === 'production' ? false : true,
outputDir: '../public/extends/any/web',
transpileDependencies: true,
publicPath: './',
devServer: {
port: 8081
}
})