Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
Set esbuild charset to UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
HanabishiRecca committed Oct 17, 2024
1 parent 5cdef1b commit f4af85e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"main": "app/bot.js",
"type": "module",
"scripts": {
"build": "esbuild 'src/*.ts' --outdir='app' --bundle --platform=node --format=esm --packages=external --analyze",
"build": "esbuild 'src/*.ts' --outdir='app' --bundle --platform=node --format=esm --charset=utf8 --packages=external --analyze",
"start": "node --expose-gc ."
},
"dependencies": {
Expand Down

0 comments on commit f4af85e

Please sign in to comment.