Skip to content

Commit eb89c54

Browse files
feat: Introduce MCP Apps (#1295)
1 parent f51cc93 commit eb89c54

42 files changed

Lines changed: 3461 additions & 139 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ npm install -g pnpm
2525
# Install dependencies for all packages
2626
pnpm install
2727

28-
# Copy environment config
28+
# Optional: copy environment config
29+
# Only needed for code signing (APPLE_*) or PostHog analytics (VITE_POSTHOG_*).
30+
# The app runs fine in dev without it.
2931
cp .env.example .env
3032

3133
```

0 commit comments

Comments
 (0)