[CHORE] Upgarding Component

This commit is contained in:
Dunemask 2024-07-27 08:52:35 -06:00
parent 8c58951fd3
commit 455ceb11e4
4 changed files with 54 additions and 3 deletions

View file

@ -7,6 +7,7 @@
"type": "module",
"scripts": {
"start": "vite --host",
"start:dev": "vite",
"build:react": "vite build",
"lint": "npx prettier -w src/ index.html vite.config.js"
},