start adding some things for new version

This commit is contained in:
2024-01-10 16:10:56 +01:00
parent 28355be163
commit 514c88a286
2 changed files with 8 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"defaultPath": "$HOME/smuL",
"tempFolderOverride": "",
"maxCPUCores": 4,
"": ""
}
+2 -2
View File
@@ -16,8 +16,8 @@ module.exports = {
],
extraFiles: [
{
from: "./lib",
to: "./",
from: "./config",
to: "./config",
filter: [ "**/*" ]
}
]