module.exports = { devServer: { disableHostCheck: true }, publicPath: ["production", "stage", "slash"].includes(process.env.VUE_ENV) ? '/send' : '/send', outputDir: ["production", "stage", "slash"].includes(process.env.VUE_ENV) ? '../api/public/send' : './dist', }