From 514c88a28636c992b36483a2334a31349d32ac24 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Wed, 10 Jan 2024 16:10:56 +0100 Subject: [PATCH] start adding some things for new version --- config/smuL.config.json | 6 ++++++ vue.config.js | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 config/smuL.config.json 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: [ "**/*" ] } ]