*Fix source file

This commit is contained in:
Derrick Hammer 2022-08-20 06:18:36 -04:00
parent 083df81534
commit f3379652a6
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -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,