backend: change Misskey -> FoundKey and use absolute import in index.ts

This commit is contained in:
Norm 2022-10-03 20:04:06 +00:00
parent 398f43731d
commit a6d1284423

View file

@ -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;