Commit 58d6c6a1 authored by Grant's avatar Grant
Browse files

initial backend testing with bun

parent 661fe3a7
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
    "cors": "^2.8.5",
    "express": "^4.19.2",
    "express-session": "^1.18.0",
    "oidc-provider": "^8.4.6",
    "oidc-provider": "^9.0.1",
    "openid-client": "^5.6.5"
  },
  "devDependencies": {
@@ -29,8 +29,8 @@
    "typescript": "^5.4.5"
  },
  "scripts": {
    "dev": "tsx watch -r dotenv/config src/index.ts",
    "build": "tsc",
    "start": "node dist/index.js"
    "dev": "bun run --watch -r dotenv/config src/index.ts",
    "build": "bun build --production --target=bun --outdir=dist --outfile=index.js --sourcemap=inline --minify src/index.ts",
    "start": "bun run dist/index.js"
  }
}

bun.lock

0 → 100644
+870 −0

File added.

Preview size limit exceeded, changes collapsed.