start adding some things for new version
This commit is contained in:
6
config/smuL.config.json
Normal file
6
config/smuL.config.json
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"defaultPath": "$HOME/smuL",
|
||||||
|
"tempFolderOverride": "",
|
||||||
|
"maxCPUCores": 4,
|
||||||
|
"": ""
|
||||||
|
}
|
||||||
@@ -16,8 +16,8 @@ module.exports = {
|
|||||||
],
|
],
|
||||||
extraFiles: [
|
extraFiles: [
|
||||||
{
|
{
|
||||||
from: "./lib",
|
from: "./config",
|
||||||
to: "./",
|
to: "./config",
|
||||||
filter: [ "**/*" ]
|
filter: [ "**/*" ]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user