Skip to content

Commit

Permalink
fixed vit issue and installed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-byiringiro committed Dec 18, 2024
1 parent 463e9ad commit 56d239d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc && ./node_modules/.bin/vite build",
"build": "tsc && vite build",
"serve": "vite preview",
"lint": "eslint .",
"test": "jest src",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

0 comments on commit 56d239d

Please sign in to comment.