mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-23 09:54:06 +02:00
11
packages/backend/src/index.ts
Normal file
11
packages/backend/src/index.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* Misskey Entry Point!
|
||||
*/
|
||||
|
||||
Error.stackTraceLimit = Infinity;
|
||||
|
||||
require('events').EventEmitter.defaultMaxListeners = 128;
|
||||
|
||||
import boot from './boot/index';
|
||||
|
||||
boot();
|
||||
Reference in New Issue
Block a user