003 fucking RENDERS models YAAAAAAAAA
This commit is contained in:
parent
28faa03ac6
commit
23d7810ab6
30 changed files with 16955 additions and 221 deletions
|
@ -11,6 +11,9 @@ mkdirSync("html");
|
|||
|
||||
const works = globSync("src/*/main.ts");
|
||||
|
||||
console.log(chalk.green`>> Convert meshes ...`);
|
||||
await convertMeshes();
|
||||
|
||||
console.log(chalk.green`>> Building ...`);
|
||||
console.log(chalk.yellow(` Found ${works.length} works.`));
|
||||
console.log(chalk.yellow(` Running Bun.build()`));
|
||||
|
@ -44,6 +47,3 @@ const { stdout, stderr, exitCode } = Bun.spawnSync([
|
|||
"-c",
|
||||
"cp -r src/public/* html/",
|
||||
]);
|
||||
|
||||
console.log(chalk.green`>> Convert meshes ...`);
|
||||
await convertMeshes();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue