Skip to content

Commit

Permalink
forgot to say Release
Browse files Browse the repository at this point in the history
  • Loading branch information
cyan-2048 committed Dec 14, 2022
1 parent 8e543e2 commit 3c3bc60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/esbuild.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const kaios3 = process.env.kaios === "3";
import * as fs from "fs/promises";
import path from "path";
const rootDir = path.resolve("./") + "/";
// test

async function copyDirectory(src, dest) {
const [entries] = await Promise.all([fs.readdir(src, { withFileTypes: true }), fs.mkdir(dest, { recursive: true })]);

Expand Down

0 comments on commit 3c3bc60

Please sign in to comment.