changed to a non nx monorepo

This commit is contained in:
2025-02-14 18:35:39 -06:00
parent a4f77ac63a
commit 2f16c30dad
57 changed files with 20069 additions and 272 deletions

12
proxy.conf.json Normal file
View File

@@ -0,0 +1,12 @@
{
"/api": {
"target": "http://localhost:3002",
"secure": false,
"changeOrigin": true
},
"/images": {
"target": "http://localhost:8080",
"secure": false,
"changeOrigin": true
}
}