Skip to content

Commit

Permalink
dep: add vite as devDependency of @refina/runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX committed Nov 23, 2023
1 parent 97118bd commit 9783f39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
},
"devDependencies": {
"@refina/tsconfig": "link:..\\..\\..\\refina\\packages\\tsconfig",
"typescript": "^5.0.2"
"typescript": "^5.0.2",
"vite": "^4.4.8"
},
"main": "./src/index.ts",
"types": "./src/index.ts",
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9783f39

Please sign in to comment.