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 6e0733ab22
6 changed files with 50 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: {