Skip to content

Commit

Permalink
#665 - Added dev param to nuxt
Browse files Browse the repository at this point in the history
  • Loading branch information
estruyf committed Sep 18, 2023
1 parent c1f426c commit 9244af0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
- [#660](https://github.com/estruyf/vscode-front-matter/issues/660): Allow only to select unique content relationship values
- [#661](https://github.com/estruyf/vscode-front-matter/issues/661): Fixing the dropdowns when used at the bottom of a collapsible group
- [#664](https://github.com/estruyf/vscode-front-matter/issues/664): Fix for parsing draft status in Hexo and Jekyll
- [#665](https://github.com/estruyf/vscode-front-matter/issues/665): Added `dev` parameter to Nuxt script

## [9.2.0] - 2023-09-11

Expand Down
2 changes: 1 addition & 1 deletion src/constants/FrameworkDetectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const FrameworkDetectors = [
requiredFiles: ['nuxt.config.js'],
requiredDependencies: ['nuxt'],
commands: {
start: 'npx nuxt'
start: 'npx nuxt dev'
}
},
{
Expand Down

0 comments on commit 9244af0

Please sign in to comment.