mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-02 10:56:00 +02:00
refactor: Use ESM (#8358)
* wip * wip * fix * clean up * Update tsconfig.json * Update activitypub.ts * wip
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import rndstr from 'rndstr';
|
||||
import define from '../../define';
|
||||
import { RegistrationTickets } from '@/models/index';
|
||||
import { genId } from '@/misc/gen-id';
|
||||
import define from '../../define.js';
|
||||
import { RegistrationTickets } from '@/models/index.js';
|
||||
import { genId } from '@/misc/gen-id.js';
|
||||
|
||||
export const meta = {
|
||||
tags: ['admin'],
|
||||
|
||||
Reference in New Issue
Block a user