feat: add 'api' directory to .gitignore and update build script in package.json

This commit is contained in:
MythEclipse
2026-05-07 19:32:04 +07:00
parent c49c1d7441
commit 098eabe5bf
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@
"type": "module",
"private": true,
"scripts": {
"build": "bun build src/index.ts --target=bun --outdir=api",
"start": "bun run src/index.ts",
"dev": "bun --hot run src/index.ts",
"test": "bun test",