Skip to content

Commit 2483da2

Browse files
committed
Removed the path argument from CLI dev command
1 parent bf15d8a commit 2483da2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/snippets/cli-commands-develop.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,6 @@ You will see in the terminal that the server is running and listening for tasks.
2929

3030
It is worth noting that each task runs in a separate Node process. This means that if you have a long-running task, it will not block other tasks from running.
3131

32-
## Arguments
33-
34-
```
35-
npx trigger.dev@latest dev [path]
36-
```
37-
38-
<ProjectPathArg />
39-
4032
## Options
4133

4234
<ConfigFileOption />

0 commit comments

Comments
 (0)