backup push

This commit is contained in:
2025-10-22 17:21:44 +02:00
parent 5ad02e58e7
commit bdf48bef94
64 changed files with 14019 additions and 0 deletions

13
package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "mainweb-server",
"version": "1.0.0",
"private": true,
"scripts": {
"docker-build:docker-tag:docker-push": "./build-docker.sh && docker tag mainweb-app:latest iko-git.ddns.net/tpikna/main_web/mainweb-app:latest && docker push iko-git.ddns.net/tpikna/main_web/mainweb-app:latest"
},
"dependencies": {
"cors": "^2.8.5",
"express": "^4.19.2",
"http-proxy-middleware": "^3.0.0"
}
}