@mixd-id/web-scaffold 0.2.240705 → 0.2.240706

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mixd-id/web-scaffold",
3
3
  "private": false,
4
- "version": "0.2.240705",
4
+ "version": "0.2.240706",
5
5
  "scripts": {
6
6
  "dev": "vite serve",
7
7
  "build": "vite build",
@@ -617,7 +617,8 @@ export default{
617
617
 
618
618
  this._config = setupConfig(JSON.parse(JSON.stringify((await this.defaultConfig()).default)))
619
619
 
620
- this.saveConfig()
620
+ if(save)
621
+ this.saveConfig()
621
622
  },
622
623
 
623
624
  async loadConfig(){