-comunicate-demo
All checks were successful
Build Docker Image / Build Docker Image (push) Successful in 6m34s
Build Docker Image / Restart Docker Compose (push) Successful in 1s

This commit is contained in:
x2Skyz
2025-11-27 21:58:19 +07:00
parent 8e47a11ace
commit 012d590f40
3 changed files with 596 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "comunicate-demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"express": "^5.1.0",
"path": "^0.12.7"
}
}