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