add react demo
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import fs from 'fs';
|
||||
import path from 'path';
|
||||
import { program, Command } from 'commander';
|
||||
import { program, Command } from './program';
|
||||
|
||||
export const root = process.cwd();
|
||||
|
||||
2
script/program.ts
Normal file
2
script/program.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
import { program, Command } from 'commander';
|
||||
export { program, Command };
|
||||
Reference in New Issue
Block a user