Skip to content

Commit

Permalink
⬆️
Browse files Browse the repository at this point in the history
  • Loading branch information
coyotte508 committed Nov 26, 2023
1 parent 139aafd commit 732a33c
Show file tree
Hide file tree
Showing 12 changed files with 675 additions and 3,095 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/game-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
node-version: '20'
- run: corepack enable
- run: pnpm config set store-dir ~/pnpm
- run: pnpm install --filter {./}... --filter ../..
- run: pnpm --filter {./}... --filter ../.. install
- run: pnpm run lint-check
- run: pnpm install --filter "@bgs/models"
- run: pnpm run type-check
1 change: 0 additions & 1 deletion apps/api/app/routes/user/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import createError from "http-errors";
import { Context } from "koa";
import Router from "koa-router";
import { Types } from "mongoose";
import fetch from "node-fetch";
import { Game, GamePreferences, ImageCollection, User } from "../../models";
import { queryCount, skipCount } from "../utils";

Expand Down
9 changes: 0 additions & 9 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"mongo-locks": "^2.0.0",
"mongoose": "^6.0.3",
"node-cache": "^5.1.0",
"node-fetch": "^2",
"passport-discord": "^0.1.4",
"passport-facebook": "^3.0.0",
"passport-google-oauth20": "^2.0.0",
Expand All @@ -39,8 +38,6 @@
},
"devDependencies": {
"@types/bcryptjs": "^2.4.1",
"@types/chai": "^4.2.11",
"@types/chai-as-promised": "^7.1.2",
"@types/http-errors": "^1.6.1",
"@types/jsonwebtoken": "^8.3.9",
"@types/koa": "^2.11.3",
Expand All @@ -53,9 +50,7 @@
"@types/lodash": "^4.14.107",
"@types/luxon": "^1.22.0",
"@types/mailgun-js": "^0.16.0",
"@types/mocha": "^5.0.0",
"@types/node": "^13.11.1",
"@types/node-fetch": "^2",
"@types/passport": "^1.0.16",
"@types/passport-discord": "^0.1.3",
"@types/passport-facebook": "^2.1.10",
Expand All @@ -64,14 +59,10 @@
"@types/semver": "^7.1.0",
"@types/validator": "^9.4.0",
"@types/ws": "^6.0.0",
"chai": "^4.2.0",
"cross-env": "^7.0.3",
"koa-cookie": "^1.0.0",
"luxon": "^1.23.0",
"mocha": "^7.1.1",
"passport": "^0.6.0",
"ts-node": "^10.4.0",
"ts-node-dev": "^1.1.8",
"tsconfig-paths": "^3.12.0"
},
"scripts": {
Expand Down
Loading

0 comments on commit 732a33c

Please sign in to comment.