You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR Failed to compile with 1 error 17:00:16
This relative module was not found:
* ../config/config in ./node_modules/tauri-settings/dist/fs/load-save.js
Followed install instructions as in readme.
main.js vue
const settingsManager = new SettingsManager({
"ip": "NOT-SET",
"theme": "dark"
});
Vue.prototype.$tauri.settings = settingsManager;
... new vue stuff
Followed install instructions as in readme.
main.js vue
App.vue
The text was updated successfully, but these errors were encountered: