diff --git a/bun.lockb b/bun.lockb index ed87169..1248c76 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 7c462ba..f5e3459 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,9 @@ "version": "2.0.7", "main": "src/app.ts", "scripts": { - "start": "bun run src/app.ts" + "start": "bun run src/app.ts", + "build-script": "bun build src/app.ts --outdir dist --target bun", + "start-build": "bun run dist/app.js" }, "author": "Fran Jurmanović ", "license": "MIT", @@ -18,6 +20,7 @@ "discord.js": "^12.5.1", "dotenv": "^8.2.0", "elysia": "^0.7.15", + "ffmpeg-static": "^5.2.0", "lodash-es": "^4.17.21", "minimatch": "^9.0.3", "pino": "^8.15.4",