feat: reorganize builder
This commit is contained in:
parent
ff7bb041ef
commit
362b7aa15e
18 changed files with 1094 additions and 310 deletions
|
@ -9,6 +9,7 @@ const options = {
|
|||
minified: !args.includes("--readable"),
|
||||
srcDir: "./src",
|
||||
outDir: "./dist",
|
||||
debug: args.includes("--debug"),
|
||||
};
|
||||
|
||||
const server = new BlueprintServer(options);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue