refactor: Use ESM (#8358)
* wip * wip * fix * clean up * Update tsconfig.json * Update activitypub.ts * wip
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import define from '../../define';
|
||||
import { getJsonSchema } from '@/services/chart/core';
|
||||
import { usersChart } from '@/services/chart/index';
|
||||
import define from '../../define.js';
|
||||
import { getJsonSchema } from '@/services/chart/core.js';
|
||||
import { usersChart } from '@/services/chart/index.js';
|
||||
|
||||
export const meta = {
|
||||
tags: ['charts', 'users'],
|
||||
|
Reference in New Issue
Block a user