Initial commit

This commit is contained in:
Jose Selesan
2026-03-20 10:45:02 -03:00
parent 561873c983
commit c5d8c9bbe0
3 changed files with 868 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "dokploy-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://gitea.2pidev.com/jselesan/dokploy-test.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"express": "^5.2.1"
}
}