diff --git a/index.js b/index.js index 7fca8a4..72df602 100755 --- a/index.js +++ b/index.js @@ -6,6 +6,7 @@ import { readFileSync } from 'fs'; import { fileURLToPath } from 'url'; import { dirname, join } from 'path'; import { generateProject } from './src/generate.js'; +import { addAction } from './src/commands/add.js'; const __filename = fileURLToPath(import.meta.url); const __dirname = dirname(__filename); @@ -384,4 +385,10 @@ program .option('-t, --template