You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
285 B
23 lines
285 B
4 weeks ago
|
/*
|
||
|
* @Descripttion:
|
||
|
* @version: 1.0.0
|
||
|
* @Author: YeeChan
|
||
|
* @Date: 2020-07-31 19:21:53
|
||
|
*/
|
||
|
|
||
|
let fs = require('fs');
|
||
|
let path = require('path');
|
||
|
const { EIDRM } = require('constants');
|
||
|
class fmbuild {
|
||
|
projectPath = "";
|
||
|
|
||
|
constructor() {
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
}
|
||
|
module.exports = fmbuild;
|