Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/meili-NG/meiliNG into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex4386 committed Nov 21, 2022
2 parents b814667 + bf4f1cd commit 73b6b57
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions ecosystem.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ module.exports = {
{
name: 'meiliNG',
cwd: '.',
script: 'yarn',
args: ['start', '--no-cleanup'],
script: './dist/index.js',
env: {
// You should configure it here.
NODE_ENV: 'production',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@sentry/node": "^7.9.0",
"@sentry/tracing": "^7.9.0",
"@simplewebauthn/server": "^5.4.0",
"@xmldom/xmldom": "^0.8.0",
"@xmldom/xmldom": "^0.8.3",
"ansi-regex": "^6.0.1",
"axios": "^0.21.2",
"bcryptjs": "^2.4.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -442,10 +442,10 @@
"@typescript-eslint/types" "5.31.0"
eslint-visitor-keys "^3.3.0"

"@xmldom/xmldom@^0.8.0":
version "0.8.1"
resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.8.1.tgz#70c239275fc6d6a84e41b9a8d623a93c0d59b6b4"
integrity sha512-4wOae+5N2RZ+CZXd9ZKwkaDi55IxrSTOjHpxTvQQ4fomtOJmqVxbmICA9jE1jvnqNhpfgz8cnfFagG86wV/xLQ==
"@xmldom/xmldom@^0.8.3":
version "0.8.3"
resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.8.3.tgz#beaf980612532aa9a3004aff7e428943aeaa0711"
integrity sha512-Lv2vySXypg4nfa51LY1nU8yDAGo/5YwF+EY/rUZgIbfvwVARcd67ttCM8SMsTeJy51YhHYavEq+FS6R0hW9PFQ==

abbrev@1:
version "1.1.1"
Expand Down

0 comments on commit 73b6b57

Please sign in to comment.