mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
8 lines
208 B
TypeScript
8 lines
208 B
TypeScript
import { getDirs } from './util/task-helpers.js';
|
|
|
|
// All paths are related to the base dir
|
|
export const source = 'packages';
|
|
export const samplePath = 'sample';
|
|
|
|
export const packagePaths = getDirs(source);
|