Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Commit 5f6211f

Browse files
committed
chore: add prod dashboard to inspector cors
1 parent 5c39108 commit 5f6211f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/rivetkit/src/inspector/config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ const defaultInspectorOrigins = [
2727
"http://localhost:43709",
2828
"https://studio.rivet.gg",
2929
"https://inspect.rivet.dev",
30+
"https://dashboard.rivet.dev",
31+
"https://dashboard.staging.rivet.dev",
3032
];
3133

3234
const defaultCors: CorsOptions = {

0 commit comments

Comments
 (0)