diff options
Diffstat (limited to 'buildWeb.mjs')
-rw-r--r-- | buildWeb.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildWeb.mjs b/buildWeb.mjs index afb8b33..0bd6618 100644 --- a/buildWeb.mjs +++ b/buildWeb.mjs @@ -1,4 +1,4 @@ -// TODO: Modularise these plugins since both build scripts use them +// TODO: Modularise the plugins since both build scripts use them import { execSync } from "child_process"; import { createWriteStream, readdirSync, readFileSync } from "fs"; |