diff --git a/backend/tsconfig.build.json b/backend/tsconfig.build.json index af96927..d0979cc 100644 --- a/backend/tsconfig.build.json +++ b/backend/tsconfig.build.json @@ -1,4 +1,5 @@ { + "extends": "./tsconfig", "compilerOptions": { "outDir": "./dist", "baseUrl": "./" diff --git a/sync-to-server.sh b/sync-to-server.sh index 1a236f1..457b77b 100755 --- a/sync-to-server.sh +++ b/sync-to-server.sh @@ -21,7 +21,7 @@ git push origin main # ── 2. Deploy to Production ───────────────────────────────── # Update the variables below with your VPS credentials -SERVER_USER="root" +SERVER_USER="musadaq" SERVER_IP="194.163.173.157" # Contabo VPS PROJECT_DIR="/home/intaleqapp-musadeq/htdocs/musadeq.intaleqapp.com"