Skip to content

Commit b794c29

Browse files
committed
pre-commit
1 parent cf348b1 commit b794c29

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
22
"makefile.configureOnOpen": false
3-
}
3+
}

distributed-frontend-example/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ install:
44
uv sync
55

66
.PHONY: frontend-dev
7-
frontend-dev:
7+
frontend-dev:
88
cd frontend && npm run dev
99

1010
.PHONY: backend-dev
11-
backend-dev:
11+
backend-dev:
1212
uv run main.py

distributed-frontend-example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ specifics can be found in the `ClientInstrumentationProvider.tsx` file.
1111

1212
For security/performance reasons, the browser instrumentation does not send traces to Logfire directly, but
1313
instead sends them to the backend. The backend then proxies the traces to
14-
Logfire - the `/client-traces` FastAPI endpoint in `main.py`. In that way, the Logfire write token is not exposed in the client-side bundle.
14+
Logfire - the `/client-traces` FastAPI endpoint in `main.py`. In that way, the Logfire write token is not exposed in the client-side bundle.
1515
In production, you should ensure that the proxy endpoint is Auth protected and only accessible to your frontend.
1616

1717
# Running the demo

distributed-frontend-example/frontend/src/index.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,3 @@ button:disabled {
9999
.hidden {
100100
display: none;
101101
}
102-

0 commit comments

Comments
 (0)