🔨 Refactor: improved code structure for greater clarity and understanding

This commit is contained in:
Molunerfinn
2020-04-10 23:28:46 +08:00
parent cc182b08f7
commit 3df2253ae9
26 changed files with 91 additions and 141 deletions
+2
View File
@@ -20,6 +20,8 @@ module.exports = {
.set('~', resolve('src'))
.set('root', resolve('./'))
.set('#', resolve('src/universal'))
.set('apis', resolve('src/main/apis'))
.set('@core', resolve('src/main/apis/core'))
},
builderOptions: {
productName: 'PicGo',