Skip to content

Commit

Permalink
feat: add guide to create first controller
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Feb 28, 2024
1 parent ce8fd59 commit 1d13bd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/introduction/create-your-first-controller.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ The last step is to regenerate the barrels files using the following command:
::: code-group

```sh [npm]
npm run barrels
npm run barrels (test)
```

```sh [yarn]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"vitepress": "^1.0.0-rc.43",
"vitepress": "^1.0.0-rc.44",
"vue": "^3.4.19"
},
"scripts": {
Expand Down

0 comments on commit 1d13bd3

Please sign in to comment.