This commit is contained in:
Zengtudor 2024-08-11 19:54:52 +08:00
parent f4e2104a60
commit 1ff07a2dd4
4 changed files with 1 additions and 8 deletions

View File

@ -1,4 +1,3 @@
import projects from "../Store/ProjectStore"
import printDebug from "../Tools/DebugPrint"
const project = (name:string,callback:Function) =>{

View File

@ -1,5 +0,0 @@
import Project from "../Project/Project";
const projects:Project[] = []
export default projects

View File

@ -2,7 +2,6 @@ import path from "path";
import printDebug from "./Tools/DebugPrint";
import { existsSync } from "fs";
import printErrorOrDebug from "./Tools/PrintErrorOrDebug";
import projects from "./Store/ProjectStore";
import constructGlobal from "./Tools/ConstructGlobal";
const argv = require('minimist')(process.argv.slice(2))

View File

@ -1,4 +1,4 @@
import project from "../../src/CliFunc/project";
import {project} from "../../src/CliFunc/tools";
project("hello",()=>{