不要なものを削除
This commit is contained in:
parent
f64c0d0bd5
commit
3f76fc2b14
4 changed files with 3 additions and 17 deletions
|
@ -2,7 +2,6 @@ import Koa from 'koa';
|
|||
import bodyParser from 'koa-bodyparser';
|
||||
import { Action, useKoaServer } from 'routing-controllers';
|
||||
|
||||
import constant from './const';
|
||||
import { config } from '../config';
|
||||
import { render } from './render';
|
||||
import { router } from './router';
|
||||
|
@ -13,7 +12,7 @@ import 'reflect-metadata';
|
|||
export default (): void => {
|
||||
const app = new Koa();
|
||||
|
||||
console.log('Misskey Tools v' + constant.version);
|
||||
console.log('Misskey Tools');
|
||||
|
||||
console.log('Initializing DB connection...');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue