Skip to content

Commit

Permalink
fix: moved vite to dependencies (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
shairez authored Dec 7, 2022
1 parent 5229701 commit f71f0a9
Show file tree
Hide file tree
Showing 4 changed files with 3,944 additions and 1,529 deletions.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"eslint.validate": ["json"]
"eslint.validate": [
"json"
],
"git.pullTags": false
}
5 changes: 4 additions & 1 deletion packages/qwik-nx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@
"url": "https://github.com/qwikifiers/qwik-nx/issues"
},
"generators": "./generators.json",
"executors": "./executors.json"
"executors": "./executors.json",
"dependencies": {
"@nrwl/vite": "~15.3.0"
}
}
Loading

0 comments on commit f71f0a9

Please sign in to comment.