feat(server upgrade): added in a catch incase we try to upgrade again

This commit is contained in:
2025-03-15 15:22:38 -05:00
parent b6f1cfdc6c
commit ab16059387
4 changed files with 1050 additions and 1 deletions

View File

@@ -15,5 +15,6 @@
"esModuleInterop": true,
"resolveJsonModule": true
},
"exclude": ["node_modules", "frontend", "dist"]
"exclude": ["node_modules", "frontend", "dist", "testFiles"]
}