Skip to content

Commit

Permalink
chore: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgroshkov committed Jan 26, 2024
1 parent a1b3b00 commit ef4de33
Show file tree
Hide file tree
Showing 3 changed files with 253 additions and 270 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@naturalcycles/backend-lib",
"version": "2.61.0",
"scripts": {
"prepare": "husky install",
"serve": "APP_ENV=dev nodemon",
"prepare": "husky",
"dev": "APP_ENV=dev nodemon",
"docs-serve": "NODE_OPTIONS=--openssl-legacy-provider vuepress dev docs",
"docs-build": "NODE_OPTIONS=--openssl-legacy-provider vuepress build docs",
"deploy-gae": "yarn tsn ./src/bin/deploy-gae.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/test/server/server.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
yarn serve
yarn dev
Benchmark it like this:
autocannon -c 100 -d 40 -p 10 localhost:8080
Expand Down
Loading

0 comments on commit ef4de33

Please sign in to comment.