Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: use src
Browse files Browse the repository at this point in the history
robertsLando committed Dec 11, 2023
1 parent fbf908d commit 819ffe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esbuild.js
Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@ esbuild

platform: 'node',
target: 'node18',
outfile: `${outputDir}/code/bin/index.js`,
outfile: `${outputDir}/src/bin/index.js`,
external: ['serialport'],
})
.then(async () => {

0 comments on commit 819ffe6

Please sign in to comment.