Skip to content

Commit 9677c65

Browse files
DavertMikclaude
andcommitted
add Vercel deployment config for codeceptjs4
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e47e389 commit 9677c65

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,7 @@ pnpm-debug.log*
1919

2020
# macOS-specific files
2121
.DS_Store
22-
.idea/
22+
.idea/
23+
24+
# vercel
25+
.vercel

vercel.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"buildCommand": "pnpm build",
3+
"outputDirectory": "dist",
4+
"installCommand": "pnpm install",
5+
"git": {
6+
"deploymentEnabled": {
7+
"main": true
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)