Merge branch 'master' into cli-improvements-1

This commit is contained in:
RevIQ
2026-01-09 17:59:33 +08:00
21 changed files with 667 additions and 178 deletions

View File

@@ -1,11 +1,11 @@
{
"name": "api-server",
"name": "@reviq/api-server",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "bun run --hot src/index.ts",
"build": "bun build src/index.ts --outdir dist",
"build": "bun build src/index.ts --compile --outfile dist/api-server",
"typecheck": "tsc --noEmit",
"lint": "eslint . --cache",
"clean": "rm -rf dist .eslintcache",