This commit is contained in:
2026-02-10 18:41:21 -07:00
parent 950865fcde
commit 19c4867576

View File

@@ -4,7 +4,7 @@
"scripts": { "scripts": {
"start": "bun run src/index.ts", "start": "bun run src/index.ts",
"dev": "bun run --watch 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": { "dependencies": {
"@elysiajs/cors": "1.4.1", "@elysiajs/cors": "1.4.1",