Skip to content

Commit ca46d7e

Browse files
committed
chore: update dependencies and modify Vercel configuration
- Added @vercel/node dependency to package.json - Updated vercel.json to include framework null and reorganized functions section
1 parent bbc5883 commit ca46d7e

File tree

5 files changed

+1244
-43
lines changed

5 files changed

+1244
-43
lines changed

.env.example

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
GITHUB_TOKEN=your_github_personal_access_token_here
22
PORT=3102
33
APP_ENV=production
4+
WARMUP_USERNAME=pphatdev
45

56
# Database provider selection
67
# cloudflare: use Cloudflare D1 over HTTP
@@ -9,9 +10,6 @@ DATABASE_PROVIDER=sqlite
910

1011
# Local SQLite file path (used when DATABASE_PROVIDER=sqlite)
1112
DATABASE_URL=./data/stats.db
12-
13-
WARMUP_USERNAME=pphatdev
14-
1513
# Cloudflare / Wrangler / D1
1614
# Used by drizzle.config.ts when running Drizzle commands against D1.
1715
# Required when DATABASE_PROVIDER=cloudflare.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ Thumbs.db
2323

2424
# Bun
2525
.bun/
26+
.vercel
27+
.env*.local

0 commit comments

Comments
 (0)