Skip to content

Commit f71f0a9

Browse files
authored
fix: moved vite to dependencies (#12)
1 parent 5229701 commit f71f0a9

File tree

4 files changed

+3944
-1529
lines changed

4 files changed

+3944
-1529
lines changed

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"eslint.validate": ["json"]
2+
"eslint.validate": [
3+
"json"
4+
],
5+
"git.pullTags": false
36
}

packages/qwik-nx/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@
1919
"url": "https://github.com/qwikifiers/qwik-nx/issues"
2020
},
2121
"generators": "./generators.json",
22-
"executors": "./executors.json"
22+
"executors": "./executors.json",
23+
"dependencies": {
24+
"@nrwl/vite": "~15.3.0"
25+
}
2326
}

0 commit comments

Comments
 (0)