Refactoring
This commit is contained in:
parent
1e3833f7d0
commit
aa563e60ea
37 changed files with 472 additions and 2392 deletions
|
@ -1,12 +1,8 @@
|
|||
import { Command } from 'commander'
|
||||
import chalk from 'chalk'
|
||||
//import fs from 'fs-extra'
|
||||
import path from 'path'
|
||||
import Project from './project.js'
|
||||
import { serve } from './serve.js'
|
||||
|
||||
const program = new Command()
|
||||
|
||||
let project = new Project()
|
||||
|
||||
program
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue