diff --git a/config/smuL.config.json b/config/smuL.config.json new file mode 100644 index 0000000..c68b5b2 --- /dev/null +++ b/config/smuL.config.json @@ -0,0 +1,6 @@ +{ + "defaultPath": "$HOME/smuL", + "tempFolderOverride": "", + "maxCPUCores": 4, + "": "" +} \ No newline at end of file diff --git a/vue.config.js b/vue.config.js index 770855d..4eeb4c2 100644 --- a/vue.config.js +++ b/vue.config.js @@ -16,8 +16,8 @@ module.exports = { ], extraFiles: [ { - from: "./lib", - to: "./", + from: "./config", + to: "./config", filter: [ "**/*" ] } ]