mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
314daf155e
* Added an UNSET sync mode * Fixed tests * Remove sync logs and adjusted dropdown * Fixed duplication kve bug * Added sync config modal * AUtobind * Autobind working * Hot loading works again * Remove express * Fixed tests * Fix one thing * Fixed some hmr-related bugs
15 lines
172 B
JavaScript
15 lines
172 B
JavaScript
module.exports = {
|
|
remote: {
|
|
app: {
|
|
getPath (name) {
|
|
return `/tmp/insomnia-tests/${name}`
|
|
}
|
|
}
|
|
},
|
|
ipcRenderer: {
|
|
on () {
|
|
|
|
}
|
|
}
|
|
};
|