Skip to content

Commit acb985b

Browse files
👻 Bump the server-dependencies group with 3 updates (#646)
Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Carlos Feria <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carlos Feria <[email protected]>
1 parent 74647b7 commit acb985b

File tree

9 files changed

+762
-709
lines changed

9 files changed

+762
-709
lines changed

client/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@
5656
"@types/file-saver": "^2.0.2",
5757
"@types/react": "^19.1.10",
5858
"@types/react-dom": "^19.1.7",
59-
"raw-loader": "^4.0.2",
60-
"typescript": "^5.7.3"
59+
"raw-loader": "^4.0.2"
6160
},
6261
"browserslist": {
6362
"production": [

client/rsbuild.config.ts

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import {
1212
TRUSTIFICATION_ENV,
1313
brandingStrings,
1414
encodeEnv,
15-
proxyMap,
1615
} from "@trustify-ui/common";
1716

1817
/**
@@ -142,6 +141,15 @@ export default defineConfig({
142141
],
143142
},
144143
server: {
145-
proxy: proxyMap,
144+
proxy: {
145+
"/auth": {
146+
target: TRUSTIFICATION_ENV.OIDC_SERVER_URL || "http://localhost:8090",
147+
changeOrigin: true,
148+
},
149+
"/api": {
150+
target: TRUSTIFICATION_ENV.TRUSTIFY_API_URL || "http://localhost:8080",
151+
changeOrigin: true,
152+
},
153+
},
146154
},
147155
});

common/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
export * from "./environment.js";
2-
export * from "./proxies.js";
32
export * from "./branding.js";
43

54
/**

common/src/proxies.ts

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)