V1.0.0-beta.16 Update 2
All checks were successful
continuous-integration/drone/push Build is passing

Note: We appreciate your feedback and bug reports to continue improving our platform. Thank you for your continued support!
This commit is contained in:
2024-10-27 17:19:53 +01:00
parent 9ff4642a10
commit be0e1d5886

View File

@@ -5,7 +5,8 @@
"main": "server.js", "main": "server.js",
"scripts": { "scripts": {
"start": "nodemon server.js", "start": "nodemon server.js",
"dev": "node server.js" "prod": "node server.js",
"no-nodemon": "node server.js"
}, },
"author": "Dinawo - Group Myaxrin Labs", "author": "Dinawo - Group Myaxrin Labs",
"license": "ISC", "license": "ISC",