chore: remove unused config line

This commit is contained in:
Corban-Lee Jones 2025-04-22 20:56:04 +01:00
parent d50a929fa9
commit 5e0ba9a9e6

View File

@ -8,7 +8,6 @@ const entryPoints = await glob("./src/client/typescript/**/*");
build({
entryPoints,
// outBase: "",
outdir: "./src/client/public/bundles",
bundle: true,
target: ["es6"],