Skip to content

Commit

Permalink
chore: install typescript for the basic-file-based example
Browse files Browse the repository at this point in the history
This example is going to be used as a template for Vercel, and deployment fails because tsc doesn't exist during build.
  • Loading branch information
tannerlinsley committed Nov 22, 2024
1 parent 56fae6a commit 07319de
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 28 deletions.
1 change: 1 addition & 0 deletions examples/react/basic-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.3",
"typescript": "^5.7.2",
"vite": "^5.4.11"
}
}
97 changes: 69 additions & 28 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 07319de

Please sign in to comment.