Skip to content

Commit

Permalink
mod: switch to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
BRAVO68WEB committed Sep 2, 2023
1 parent cd83705 commit 706b7e4
Show file tree
Hide file tree
Showing 5 changed files with 18,536 additions and 7,787 deletions.
3 changes: 1 addition & 2 deletions packages/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ import helmet from 'helmet';
import ratelimiter from 'express-rate-limit';

import { hgqlInit } from './helpers';
import { errorHandler, notFoundHandler } from './libs';
import { errorHandler, notFoundHandler, logger, LogStream } from './libs';
import pkg from './package.json' assert { type: 'json' };
import './configs';
import CacheClient, { CacheEnvironment } from './helpers/cache.factory';
import URLStoreController from './controllers/urlstore.controller';
import ConfigService from './services/config.service';
import { logger, LogStream } from './libs';

export const app: express.Application = express();
logger.info('🚀 @' + pkg.author.name + '/' + pkg.name, 'v' + pkg.version);
Expand Down
3 changes: 2 additions & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"graphql": "^16.6.0",
"graphql-request": "^6.1.0",
"helmet": "^7.0.0",
"hono": "^3.5.6",
"joi": "^17.7.0",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
Expand Down Expand Up @@ -52,8 +53,8 @@
"@graphql-codegen/typescript": "^4.0.0",
"@graphql-codegen/typescript-operations": "^4.0.0",
"@oclif/core": "^2.11.7",
"@swc/core": "^1.3.76",
"@oclif/help": "^1.0.15",
"@swc/core": "^1.3.76",
"@swc/wasm": "^1.3.76",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.14",
Expand Down
Loading

0 comments on commit 706b7e4

Please sign in to comment.