feat: add 'api' directory to .gitignore and update build script in package.json
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user