mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-06-03 06:01:08 +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, '../..');
|