mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-05-14 04:33:05 +00:00
Fixed compilation errors for node modules
This commit is contained in:
parent
adca5feff6
commit
1eef1e7e20
5 changed files with 896 additions and 1 deletions
|
@ -128,6 +128,7 @@ export function compile_to_target() {
|
|||
const builder = esbuild.buildSync({
|
||||
bundle: true,
|
||||
entryPoints: [ package_json.main ],
|
||||
outfile: target_path
|
||||
outfile: target_path,
|
||||
platform: "node"
|
||||
});
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue