forked from FoundKeyGang/FoundKey
backend: change Misskey -> FoundKey and use absolute import in index.ts
This commit is contained in:
parent
398f43731d
commit
a6d1284423
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
/**
|
/**
|
||||||
* Misskey Entry Point!
|
* FoundKey Entry Point!
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { EventEmitter } from 'node:events';
|
import { EventEmitter } from 'node:events';
|
||||||
import boot from './boot/index.js';
|
import boot from '@/boot/index.js';
|
||||||
|
|
||||||
Error.stackTraceLimit = Infinity;
|
Error.stackTraceLimit = Infinity;
|
||||||
EventEmitter.defaultMaxListeners = 128;
|
EventEmitter.defaultMaxListeners = 128;
|
||||||
|
|
Loading…
Reference in a new issue