Skip to content

Commit 65df45e

Browse files
committed
Fix build
1 parent 489757f commit 65df45e

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- [2025-12-19] [Fix build](https://github.com/rubriclab/create-rubric-app/commit/c78aa752e2b9eb8eec685670e610ea85d8821a3b)
12
- [2025-12-19] [Fix build](https://github.com/rubriclab/create-rubric-app/commit/f25fb6f2540c82df6e030a1a0dfdebd951a99b60)
23
- [2025-12-19] [Bump agents package](https://github.com/rubriclab/create-rubric-app/commit/95485109392cfd75a48e9cef819c152b6e2d5219)
34
- [2025-12-19] [Match Zod version to dependencies](https://github.com/rubriclab/create-rubric-app/commit/8549dc0f70c39a1ecf28cfedbfce5d3da5c5fab0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
"simple-git-hooks": {
3333
"post-commit": "bun x @rubriclab/package post-commit"
3434
},
35-
"version": "1.6.30"
35+
"version": "1.6.31"
3636
}

templates/chat/src/lib/events/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ import { eventTypes } from '~/events/types'
44

55
export const { publish, GET, maxDuration } = createEventsServer({
66
eventTypes,
7-
redisURL: env.UPSTASH_REDIS_URL
7+
redisURL: env.REDIS_URL
88
})

0 commit comments

Comments
 (0)