Skip to content

Commit a9b55b1

Browse files
committed
feat(frontend): create api key
1 parent 0177add commit a9b55b1

File tree

17 files changed

+1311
-267
lines changed

17 files changed

+1311
-267
lines changed

frontend/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VITE_APP_API_URL=http://localhost:43708/api
2-
VITE_APP_CLOUD_API_URL=http://localhost:43708/api
2+
VITE_APP_CLOUD_API_URL=http://localhost:3000
33
VITE_APP_ASSETS_URL=https://assets2.rivet.gg
44
VITE_APP_CLERK_PUBLISHABLE_KEY=pk_test_Zmlyc3QtZG9ua2V5LTQuY2xlcmsuYWNjb3VudHMuZGV2JA
55
VITE_APP_SENTRY_DSN="https://66a566505cfb4341732a3d350f2b87e2@o4504307129188352.ingest.sentry.io/4506435887366144"

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@radix-ui/react-toggle-group": "^1.1.11",
5858
"@radix-ui/react-tooltip": "^1.2.8",
5959
"@radix-ui/react-visually-hidden": "^1.2.3",
60-
"@rivet-gg/cloud": "https://pkg.pr.new/rivet-dev/cloud/@rivet-gg/cloud@bf2ebb2",
60+
"@rivet-gg/cloud": "https://pkg.pr.new/rivet-dev/cloud/@rivet-gg/cloud@11dea2c",
6161
"@rivet-gg/icons": "workspace:*",
6262
"@rivetkit/engine-api-full": "workspace:*",
6363
"@sentry/react": "^8.55.0",

frontend/src/app/data-providers/cloud-data-provider.tsx

Lines changed: 47 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/src/app/dialogs/api-tokens-frame.tsx

Lines changed: 170 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/src/app/dialogs/create-api-token-frame.tsx

Lines changed: 91 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)