esbuild subdir entrypoints

This commit is contained in:
jordy25519
2024-12-17 12:32:04 +08:00
parent 5cf15f5133
commit 9c6c65e921

View File

@@ -19,7 +19,7 @@ const commonConfig = {
};
(async () => {
let entryPoints = await glob("./src/*.ts", { filesOnly: true });
let entryPoints = await glob("./src/**/*.ts");
await esbuild.build({
...commonConfig,
entryPoints,