You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/usage/setup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ This guide walks you through installing, configuring, and running the Alexander
47
47
- `NEXT_PUBLIC_FIREBASE_MEASUREMENT_ID`
48
48
- `NEXT_PUBLIC_SENTRY_DSN` (if Sentry is used in your environment).
49
49
50
-
Set these keys as environment variables during development (commonly via a local untracked [`.env.example`](../../.env.example) template). Do not commit real secrets to git.
50
+
Set these keys as environment variables during development (commonly via a local untracked `.env` file). Do not commit real secrets to git.
51
51
52
52
- **Path Aliases:**
53
53
- Use TypeScript aliases (see [`tsconfig.json`](../../tsconfig.json)). The project exposes aliases like `@components`, `@data`, `@configs`, `@helpers`, and `@images`for cleaner imports.
0 commit comments