mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-19 08:42:52 +00:00
4 lines
97 B
TypeScript
4 lines
97 B
TypeScript
import * as path from 'path';
|
|
|
|
export const CODE_GENERATOR_ROOT = path.join(__dirname, '../..');
|