Skip to content

Commit 6a7137e

Browse files
committed
Added vercel and git ignore
1 parent 08b9412 commit 6a7137e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,8 @@ client/.env
88

99
# Vite build files
1010
client/dist
11-
.vite/
11+
.vite/
12+
13+
# Agent files
14+
.agents/
15+
.agent/

client/vercel.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"rewrites": [
3+
{
4+
"source": "/(.*)",
5+
"destination": "/index.html"
6+
}
7+
]
8+
}

0 commit comments

Comments
 (0)