#665 - Added dev param to nuxt

This commit is contained in:
Elio Struyf
2023-09-18 08:59:18 +02:00
parent c1f426c85c
commit 9244af0ac4
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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
+1 -1
View File
@@ -65,7 +65,7 @@ export const FrameworkDetectors = [
requiredFiles: ['nuxt.config.js'],
requiredDependencies: ['nuxt'],
commands: {
start: 'npx nuxt'
start: 'npx nuxt dev'
}
},
{