feat(electron): fix fs watcher ignored

Also, use rfe for links
This commit is contained in:
Tienson Qin
2021-01-27 12:24:37 +08:00
parent 15e7fc8a1b
commit df7ca4995e
13 changed files with 81 additions and 55 deletions

View File

@@ -72,7 +72,7 @@
(defn get-config
[repo-url]
(db/get-file repo-url (str config/app-name "/" config/config-file)))
(db/get-file repo-url (config/get-config-path)))
(defn reset-config!
[repo-url content]