This commit is contained in:
2024-12-26 00:29:13 +01:00
commit d7c8972072
25 changed files with 10342 additions and 0 deletions

18
ts/nullresolve.plugins.ts Normal file
View File

@@ -0,0 +1,18 @@
// native
import * as path from 'path';
export { path };
// @api.global scope
import * as typedserver from '@api.global/typedserver';
import * as typedserverInfoHtml from '@api.global/typedserver/infohtml';
export { typedserver, typedserverInfoHtml };
// @push.rocks scope
import * as projectinfo from '@push.rocks/projectinfo';
import * as smartlog from '@push.rocks/smartlog';
import * as smartpath from '@push.rocks/smartpath';
import * as smartstatus from '@push.rocks/smartstatus';
export { projectinfo, smartlog, smartpath, smartstatus };