Skip to content

Commit 23930b6

Browse files
authored
Merge branch 'main' into ea-branch-88
2 parents 6984903 + a70ab10 commit 23930b6

File tree

364 files changed

+26993
-5790
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

364 files changed

+26993
-5790
lines changed

.changeset/angry-files-yawn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/beige-flies-fail.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@trigger.dev/sdk": minor
3+
"@trigger.dev/react-hooks": minor
4+
---
5+
6+
Realtime streams v2

.changeset/serious-doors-call.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/seven-taxis-glow.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/sharp-cheetahs-end.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/soft-candles-grow.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.env.example

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ APP_ORIGIN=http://localhost:3030
1313
ELECTRIC_ORIGIN=http://localhost:3060
1414
NODE_ENV=development
1515

16+
# Clickhouse
17+
CLICKHOUSE_URL=http://default:password@localhost:8123
18+
RUN_REPLICATION_CLICKHOUSE_URL=http://default:password@localhost:8123
19+
RUN_REPLICATION_ENABLED=1
20+
1621
# Set this to UTC because Node.js uses the system timezone
1722
TZ="UTC"
1823

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"**/node_modules/**": true,
77
"packages/cli-v3/e2e": true
88
},
9-
"vitest.disableWorkspaceWarning": true
9+
"vitest.disableWorkspaceWarning": true,
10+
"typescript.experimental.useTsgo": false
1011
}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
[![Twitter Follow](https://img.shields.io/twitter/follow/triggerdotdev?style=social)](https://twitter.com/triggerdotdev)
1515
[![Discord](https://img.shields.io/discord/1066956501299777596?logo=discord&logoColor=white&color=7289da)](https://discord.gg/nkqV9xBYWy)
16+
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/triggerdotdev/trigger.dev)
1617
[![GitHub stars](https://img.shields.io/github/stars/triggerdotdev/trigger.dev?style=social)](https://github.com/triggerdotdev/trigger.dev)
1718

1819
</div>

0 commit comments

Comments
 (0)