mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-07-08 05:14:10 -05:00
6 lines
174 B
TypeScript
6 lines
174 B
TypeScript
import { join } from 'node:path';
|
|
import { init as initDebug } from '../util/debug.js';
|
|
import { paths } from '../util/product.js';
|
|
|
|
await initDebug(join(paths.log, 'app'));
|