Skip to content

Commit

Permalink
refactor: update dev script in package.json and enhance chart and cal…
Browse files Browse the repository at this point in the history
…endar components; add storage and API functions for wallet and node metrics
  • Loading branch information
rhochmayr committed Oct 25, 2024
1 parent 93ea3c8 commit c66e6f8
Show file tree
Hide file tree
Showing 9 changed files with 831 additions and 238 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
Expand Down
Loading

0 comments on commit c66e6f8

Please sign in to comment.