Skip to content

Commit 6b4af5e

Browse files
committed
Merge upstream/main
2 parents 0b85957 + 9e29c9d commit 6b4af5e

File tree

120 files changed

+15744
-2083
lines changed

Some content is hidden

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

120 files changed

+15744
-2083
lines changed

.docs/scripts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- `bun run dev:web` — Starts just the Vite dev server for the web app.
66
- Dev commands default `T3CODE_STATE_DIR` to `~/.t3/dev` to keep dev state isolated from desktop/prod state.
77
- Override server CLI-equivalent flags from root dev commands with `--`, for example:
8-
`bun run dev -- --state-dir ~/.t3/another-dev-state`
8+
`bun run dev -- --base-dir ~/.t3-2`
99
- `bun run start` — Runs the production server (serves built web app as static files).
1010
- `bun run build` — Builds contracts, web app, and server through Turbo.
1111
- `bun run typecheck` — Strict TypeScript checks for all packages.

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ jobs:
279279
name: Mint release app token
280280
uses: actions/create-github-app-token@v2
281281
with:
282-
app-id: ${{ vars.RELEASE_APP_ID }}
282+
app-id: ${{ secrets.RELEASE_APP_ID }}
283283
private-key: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}
284284
owner: ${{ github.repository_owner }}
285285

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ release/
1717
apps/web/.playwright
1818
apps/web/playwright-report
1919
apps/web/src/components/__screenshots__
20-
.vitest-*
20+
.vitest-*
21+
__screenshots__/

0 commit comments

Comments
 (0)