wip
This commit is contained in:
parent
dc3c80e3ce
commit
2ec25a7729
10 changed files with 185 additions and 43 deletions
|
|
@ -19,7 +19,6 @@ import MachineInfo from './utils/machineInfo';
|
|||
import DependencyInfo from './utils/dependencyInfo';
|
||||
import serverStats from './daemons/server-stats';
|
||||
import notesStats from './daemons/notes-stats';
|
||||
import hashtagsStats from './daemons/hashtags-stats';
|
||||
|
||||
import loadConfig from './config/load';
|
||||
import { Config } from './config/types';
|
||||
|
|
@ -53,7 +52,6 @@ function main() {
|
|||
ev.mount();
|
||||
serverStats();
|
||||
notesStats();
|
||||
hashtagsStats();
|
||||
} else {
|
||||
workerMain(opt);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue