From f3379652a65eb6b74b29cecc5be91e1d442b14a3 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sat, 20 Aug 2022 06:18:36 -0400 Subject: [PATCH] *Fix source file --- build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.js b/build.js index 8c01e5f..df74223 100644 --- a/build.js +++ b/build.js @@ -1,7 +1,7 @@ import esbuild from "esbuild" esbuild.buildSync({ - entryPoints: ['src/index.ts'], + entryPoints: ['src-module/index.ts'], outfile: 'dist-module/index.js', format: 'esm', bundle: true,