Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion web/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.vercel
# Keep .vercel/project.json committed — it pins the project link so
# re-linking is never needed. Only ignore the generated README inside.
.vercel/README.txt
1 change: 1 addition & 0 deletions web/.vercel/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"projectId":"prj_7eEs3g4U9LroVbaW6GuJztpjNWBt","orgId":"team_OjHXbgdnwxpvqxLdMdvw6v8z","projectName":"tiny-tpu"}
4 changes: 4 additions & 0 deletions web/vercel.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"framework": "astro",
"installCommand": "pnpm install --frozen-lockfile",
"buildCommand": "pnpm run build",
"outputDirectory": "dist",
"headers": [
{
"source": "/tiny_tpu.wasm",
Expand Down
Loading