13 lines
181 B
TypeScript
13 lines
181 B
TypeScript
export default {
|
|
build: {
|
|
cleanConsole: true,
|
|
hotPublishConfigName: "updater",
|
|
},
|
|
dev: {
|
|
removeElectronJunk: true,
|
|
chineseLog: true,
|
|
port: 9080,
|
|
},
|
|
DllFolder: "",
|
|
};
|