Fixed forms trying to input strings instead of ints

This commit is contained in:
2023-10-27 01:09:12 +03:00
parent ef7c7ec7f8
commit 525729a725
3 changed files with 2 additions and 5 deletions

View File

@@ -2,7 +2,6 @@
"name": "expensetracker",
"version": "0.0.1",
"scripts": {
"g": "vite dev -- --open",
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",