aboutsummaryrefslogtreecommitdiffstats
path: root/src/internal-server/start/migrate.js
Commit message (Collapse)AuthorAge
* Matched casing for almost all replacementsLibravatar Aditya Mangalampalli2022-04-16
|
* refactor: split 'environment' into 'environment-remote' with only the remote ↵Libravatar Vijay A2021-10-01
| | | | | | module dependency (might be a pre-requisite for the electron v14 upgrade)
* feat: add eslint-plugin-unicorn (#1936)Libravatar Markus Hatvan2021-09-14
|
* revert: partially reverts the previous change to fix issue that the packaged ↵Libravatar Vijay A2021-08-05
| | | | app doesn't start up
* Moved 'internal-server' into a sub-folder as opposed to a git submodule. (#1715)Libravatar Vijay Raghavan Aravamudhan2021-08-01
* Ignored tests in 'internal-server' folder since there are none. * Linter fixes