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 @@ -1100,7 +1100,7 @@ function ConnectedDevWarning() {
1100
1100
< Paragraph variant = "small" >
1101
1101
Runs usually start within 1 second in{ " " }
1102
1102
< EnvironmentLabel environment = { { type : "DEVELOPMENT" } } /> . Check you're running the
1103
- CLI: < InlineCode className = "whitespace-nowrap" > npx trigger.dev@beta dev</ InlineCode >
1103
+ CLI: < InlineCode className = "whitespace-nowrap" > npx trigger.dev@latest dev</ InlineCode >
1104
1104
</ Paragraph >
1105
1105
</ div >
1106
1106
</ Callout >
You can’t perform that action at this time.
0 commit comments