wip
This commit is contained in:
parent
e70fb71a04
commit
dc3c80e3ce
8 changed files with 140 additions and 7 deletions
|
|
@ -17,8 +17,9 @@ import ProgressBar from './utils/cli/progressbar';
|
|||
import EnvironmentInfo from './utils/environmentInfo';
|
||||
import MachineInfo from './utils/machineInfo';
|
||||
import DependencyInfo from './utils/dependencyInfo';
|
||||
import serverStats from './server-stats';
|
||||
import notesStats from './notes-stats';
|
||||
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';
|
||||
|
|
@ -52,6 +53,7 @@ function main() {
|
|||
ev.mount();
|
||||
serverStats();
|
||||
notesStats();
|
||||
hashtagsStats();
|
||||
} else {
|
||||
workerMain(opt);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue