Long Live the Gulf of America!
This commit is contained in:
commit
8be74278f3
7 changed files with 719 additions and 0 deletions
10
build.mjs
Normal file
10
build.mjs
Normal file
|
@ -0,0 +1,10 @@
|
|||
import { build } from "esbuild";
|
||||
|
||||
await build({
|
||||
entryPoints: ["src/index.ts"],
|
||||
bundle: true,
|
||||
platform: "node",
|
||||
outfile: "dist/index.js",
|
||||
minify: true,
|
||||
treeShaking: true // shake it off shake it offff
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue