Skip to content

Commit 5bb0c39

Browse files
committed
1 parent c6fbcca commit 5bb0c39

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.env.prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VITE_LOCAL_STUDIO=false
22
VITE_PUBLIC_STRIPE_KEY=pk_live_51RBHdWDftYhlYBQ6K6GdEdeKCVp39ZuEUEZUerkbjFFZTGDXCkkKuxERcnRXNm9Y0ihb4ap8nc5XfgM9RBzqrCng00veY9A7wc
33
VITE_ENV_NAME=prod
4-
VITE_CENTRAL_MANAGER_API_URL="https://studio.harperfabric.com"
4+
VITE_CENTRAL_MANAGER_API_URL="https://fabric.harper.fast"
55
VITE_LOCAL_STUDIO_DEV_URL=http://localhost:9925
66
VITE_REO_DEV_CLIENT_ID=6565c3e84c377ad

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Harper Studio (Fabric UI)
22

3-
This repository contains the React + TypeScript web application that powers the Harper Studio at https://studio.harperfabric.com.
3+
This repository contains the React + TypeScript web application that powers the Harper Studio at https://fabric.harper.fast
44

55
It is also the source for the bundled “Local Studio” UI that ships with the `harperdb` Node package. If you enable `localStudio` in your Harper config YAML, this app is served directly from your local Harper instance.
66

7-
- Live site: https://studio.harperfabric.com
7+
- Live site: https://fabric.harper.fast
88
- Tech stack: React, Vite, TypeScript, Tailwind CSS, TanStack Router/Query/Table
99
- Package manager: pnpm (see package.json `packageManager`)
1010

@@ -57,7 +57,7 @@ Then visit http://localhost:9925 (or wherever you've set your operations port) t
5757
This project uses Vite environment files and modes. You can pass `--mode <name>` to Vite to pick a `.env.<name>` file. Some keys you may encounter:
5858

5959
- `VITE_LOCAL_STUDIO` — whether to run in “Local Studio” mode
60-
- `VITE_CENTRAL_MANAGER_API_URL` — base URL for API calls (e.g. https://studio.harperfabric.com)
60+
- `VITE_CENTRAL_MANAGER_API_URL` — base URL for API calls (e.g. https://fabric.harper.fast)
6161
- `VITE_LOCAL_STUDIO_DEV_URL` — local Harper URL for Local Studio dev (default http://localhost:9925)
6262
- `VITE_PUBLIC_STRIPE_KEY` — Stripe public key used in billing flows
6363
- `VITE_ENV_NAME` — environment label (dev/stage/prod)

0 commit comments

Comments
 (0)