Skip to content

Commit

Permalink
chore: use nuxt-module-build build
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Oct 15, 2023
1 parent d0c6081 commit d11c076
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"recommendations": [
"dbaeumer.vscode-eslint"
"dbaeumer.vscode-eslint",
"Vue.volar"
]
}
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ const { data, pending, refresh, error } = await useJsonPlaceholderData('posts/1'
</template>
```

> ℹ️ You can connect as many APIs as you want, just add them to the `endpoints` object.
> [!NOTE]
> You can connect as many APIs as you want, just add them to the `endpoints` object.
## 💻 Development

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dist"
],
"scripts": {
"prepack": "nuxt-module-build",
"prepack": "nuxt-module-build build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
Expand Down

0 comments on commit d11c076

Please sign in to comment.