Skip to content
This repository has been archived by the owner on Mar 23, 2022. It is now read-only.

Commit

Permalink
Merge pull request #27 from RaenonX-DL/dev
Browse files Browse the repository at this point in the history
v2.15.0-beta.1 Release
  • Loading branch information
RaenonX authored Sep 23, 2021
2 parents 68ccd1b + 76fcc30 commit 52b6fd2
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 28 deletions.
3 changes: 3 additions & 0 deletions .azure/variables/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ variables:
- name: NEXT_PUBLIC_DEPOT_ROOT
value: https://raw.githubusercontent.com/RaenonX-DL/dragalia-data-depot/main
readonly: true
- name: NEXT_PUBLIC_AUDIO_ROOT
value: https://raw.githubusercontent.com/RaenonX-DL/dragalia-data-audio/main
readonly: true
- name: CI
value: true
readonly: true
35 changes: 18 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "RaenonX",
"name": "dragalia-site-back-2",
"description": "Renewed backend for Dragalia Lost info website by OM.",
"version": "2.14.0",
"version": "2.15.0-beta.1",
"engines": {
"node": "14.x",
"npm": "^7.12.0"
Expand All @@ -24,15 +24,14 @@
},
"dependencies": {
"dotenv": "^10.0.0",
"fastify": "^3.21.0",
"fastify": "^3.21.5",
"fastify-cors": "^6.0.2",
"fastify-helmet": "^5.3.2",
"mongodb": "^4.1.1",
"mongodb-memory-server": "^7.4.0",
"newrelic": "^8.3.0",
"node-fetch": "^2.6.2",
"pm2": "^5.1.1",
"uuid": "^8.3.2"
"pm2": "^5.1.1"
},
"devDependencies": {
"@types/jest": "^27.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/api-def
6 changes: 1 addition & 5 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ if (isProduction()) {
mongoUri: process.env.MONGO_URL || '',
logger: isProduction() ?
true :
{
prettyPrint: {
translateTime: true,
},
},
{prettyPrint: {translateTime: true}},
})).app;

await initHttp(app);
Expand Down
2 changes: 1 addition & 1 deletion test/data/resources
Submodule resources updated 1945 files

0 comments on commit 52b6fd2

Please sign in to comment.