fix(core): update

This commit is contained in:
2024-03-31 15:09:30 +02:00
parent 529297bd09
commit 39d64ffcf3
17 changed files with 5179 additions and 13665 deletions

View File

@@ -1,4 +1,4 @@
import * as early from '@pushrocks/early';
import * as early from '@push.rocks/early';
early.start('tsdoc');
import * as plugins from './tsdoc.plugins.js';
import * as cli from './tsdoc.cli.js';
@@ -7,3 +7,6 @@ early.stop();
export const runCli = async () => {
await cli.run();
};
// exports
export * from './tsdoc.classes.aidocs.js';