Loading backend/package.json +4 −4 Original line number Diff line number Diff line Loading @@ -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": { Loading @@ -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. Show changes Loading
backend/package.json +4 −4 Original line number Diff line number Diff line Loading @@ -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": { Loading @@ -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" } }