chore(cli): extract create-vant-cli-app package
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import { join } from 'path';
|
||||
|
||||
export const CWD = process.cwd();
|
||||
export const GENERATOR_DIR = join(__dirname, '../generators');
|
||||
Reference in New Issue
Block a user