From 19c4867576d8572030098b8f7b2d6a5cc4212e0d Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Tue, 10 Feb 2026 18:41:21 -0700 Subject: [PATCH] Fix this --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1d45ab0..982c5e8 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "scripts": { "start": "bun run src/index.ts", "dev": "bun run --watch src/index.ts", - "build": "bun build src/index.ts --target=bun --outdir=dist" + "build": "rm -rf dist; bun build src/index.ts --target=bun --outdir=dist" }, "dependencies": { "@elysiajs/cors": "1.4.1",