Skip to content

Commit 8bda52d

Browse files
committed
feat: add frame route
1 parent df05b7b commit 8bda52d

File tree

10 files changed

+4886
-8
lines changed

10 files changed

+4886
-8
lines changed

.env.sample

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# https://console.upstash.com/redis
2+
REDIS_URL=
3+
REDIS_TOKEN=
4+
5+
# https://warpcast.com/~/developers/api-keys
6+
DC_API_KEY=
7+
8+
# https://console.upstash.com/qstash
9+
QSTASH_CURRENT_SIGNING_KEY=
10+
QSTASH_NEXT_SIGNING_KEY=
11+
12+
NEXT_PUBLIC_SITE_URL=
13+
NEXT_PUBLIC_GOOGLE_ANALYTICS_ID=
14+
NEXT_PUBLIC_HOTJAR_ID=

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ yarn-error.log*
2727

2828
# local env files
2929
.env*.local
30+
.env
3031

3132
# vercel
3233
.vercel

0 commit comments

Comments
 (0)