File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
routes/_app.orgs.$organizationSlug.projects.v3.$projectParam.runs.$runParam Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ export function TriggerDevStep({ extra }: { extra?: string }) {
132
132
}
133
133
134
134
// Trigger.dev version 3 setup commands
135
- const v3PackageTag = "beta " ;
135
+ const v3PackageTag = "latest " ;
136
136
137
137
function getApiUrlArg ( ) {
138
138
const appOrigin = useAppOrigin ( ) ;
Original file line number Diff line number Diff line change @@ -1147,7 +1147,7 @@ function ConnectedDevWarning() {
1147
1147
< Paragraph variant = "small" >
1148
1148
Runs usually start within 1 second in{ " " }
1149
1149
< EnvironmentLabel environment = { { type : "DEVELOPMENT" } } /> . Check you're running the
1150
- CLI: < InlineCode className = "whitespace-nowrap" > npx trigger.dev@beta dev</ InlineCode >
1150
+ CLI: < InlineCode className = "whitespace-nowrap" > npx trigger.dev@latest dev</ InlineCode >
1151
1151
</ Paragraph >
1152
1152
</ div >
1153
1153
</ Callout >
You can’t perform that action at this time.
0 commit comments