Minified package

This commit is contained in:
Auto Rebase
2024-12-28 00:48:01 +01:00
committed by Skydust
parent 7e6bef38bf
commit 757bdca40c
4 changed files with 71 additions and 20513 deletions

2
dist/package.json vendored
View File

@@ -5,7 +5,7 @@
"main": "app.js",
"scripts": {
"prepare": "husky",
"build": "cp package.json dist/ && sed -i '' -E 's/\"type\": \".*$//' dist/package.json && esbuild --outdir=dist --bundle --platform=node --format=cjs --allow-overwrite ./app.ts",
"build": "cp package.json dist/ && sed -i '' -E 's/\"type\": \".*$//' dist/package.json && esbuild --outdir=dist --bundle --platform=node --minify --format=cjs --allow-overwrite ./app.ts",
"dev": "tsx app.ts"
},