meta file

This commit is contained in:
Erik 2022-07-28 10:47:08 +03:00
parent 03512ce581
commit eca3f6f4fa
Signed by untrusted user: Navy.gif
GPG Key ID: 811EC0CD80E7E5FB

View File

@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "node --trace-warnings --unhandled-rejections=strict index.js",
"dev": "nodemon --delay 10 --trace-warnings --unhandled-rejections=strict index.js",
"debug": "node --trace-warnings --inspect index.js",
"update": "git pull && cd api && yarn update",
"test": "jest --detectOpenHandles",