This commit is contained in:
parent
b526ba6965
commit
980b186c31
@ -9,16 +9,16 @@
|
|||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "rm -f core && node --max-old-space-size=1024 server.js",
|
"start": "rm -f core && node server.js",
|
||||||
"build": "rm -rf dist/* && parcel build public/index.html --no-source-maps --dist-dir dist/",
|
"build": "rm -rf dist/* && parcel build public/index.html --no-source-maps --dist-dir dist/",
|
||||||
"install": "cd node_modules && rm -rf http-signature && rm -rf request/node_modules/http-signature && mv @peertube/http-signature ."
|
"install": "cd node_modules && rm -rf http-signature && rm -rf request/node_modules/http-signature && mv @peertube/http-signature ."
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@elastic/elasticsearch": "^8.15.0",
|
"@elastic/elasticsearch": "^8.15.1",
|
||||||
"@peertube/http-signature": "^1.7.0",
|
"@peertube/http-signature": "^1.7.0",
|
||||||
"activitypub-express": "^4.4.2",
|
"activitypub-express": "^4.4.2",
|
||||||
"dayjs": "^1.11.13",
|
"dayjs": "^1.11.13",
|
||||||
"express": "^4.21.0",
|
"express": "^4.21.1",
|
||||||
"html2canvas": "^1.4.1",
|
"html2canvas": "^1.4.1",
|
||||||
"mongodb": "^4.17.2",
|
"mongodb": "^4.17.2",
|
||||||
"morgan": "^1.10.0",
|
"morgan": "^1.10.0",
|
||||||
|
@ -51,7 +51,7 @@ const apexinstance = require('./lib/apex'),
|
|||||||
endpoints: {
|
endpoints: {
|
||||||
proxyUrl: 'https://' + constant.apexdomain + '/proxy'
|
proxyUrl: 'https://' + constant.apexdomain + '/proxy'
|
||||||
},
|
},
|
||||||
itemsPerPage: 150
|
itemsPerPage: 200
|
||||||
}),
|
}),
|
||||||
server = http.createServer(app).listen(4000, () => {
|
server = http.createServer(app).listen(4000, () => {
|
||||||
mongoclient.connect()
|
mongoclient.connect()
|
||||||
|
Loading…
Reference in New Issue
Block a user