Skip to content

Commit a86d562

Browse files
authored
Merge branch 'main' into attachment-bug
2 parents fdc52aa + 843d6d8 commit a86d562

115 files changed

Lines changed: 15030 additions & 2455 deletions

File tree

Some content is hidden

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

.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
@@ -312,7 +312,7 @@ jobs:
312312
name: Mint release app token
313313
uses: actions/create-github-app-token@v2
314314
with:
315-
app-id: ${{ vars.RELEASE_APP_ID }}
315+
app-id: ${{ secrets.RELEASE_APP_ID }}
316316
private-key: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}
317317
owner: ${{ github.repository_owner }}
318318

.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)