V1.0.0-beta.16 Update
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 16:48:30 +01:00
parent f83358c67d
commit 9ff4642a10
33 changed files with 3550 additions and 2058 deletions

View File

@@ -1,10 +1,11 @@
{
"name": "@cdn-app/insider-myaxrin-labs-dinawo",
"version": "1.0.0-beta.15",
"version": "1.0.0-beta.16",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server.js"
"start": "nodemon server.js",
"dev": "node server.js"
},
"author": "Dinawo - Group Myaxrin Labs",
"license": "ISC",
@@ -64,6 +65,6 @@
},
"devDependencies": {
"daisyui": "^4.5.0",
"nodemon": "^3.1.0"
"nodemon": "^3.1.4"
}
}