/*
 * @Author: your name
 * @Date: 2021-11-22 14:33:50
 * @LastEditTime: 2021-11-22 14:34:52
 * @LastEditors: Please set LastEditors
 * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 * @FilePath: /ansu-business/vue.config.js
 */
module.exports = {
	// ...
	runtimeCompiler: true,
	publicPath: './',
	devServer: {
		port: "8443",
	},

	// ...
};