unclear what this was, saving this so I can wipe the local version of this project

This commit is contained in:
2025-06-12 16:46:06 -04:00
parent 51e5e8c981
commit 4564ca83c1
7 changed files with 110 additions and 16 deletions

View File

@ -66,9 +66,13 @@ module.exports = {
historyApiFallback: true,
proxy: {
"/api": {
target: "https://dumbyt.hak8or.com",
target: "http://localhost:62214",
changeOrigin: true
}
},
"/hangfire": {
target: "http://localhost:62214",
changeOrigin: true
},
}
},
performance: {