fixed bug with spreadsheet import

This commit is contained in:
GotthardG
2024-12-10 22:13:28 +01:00
parent c65ea40fcb
commit 5488df4318
2 changed files with 12 additions and 10 deletions

View File

@ -8,8 +8,8 @@
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"start-dev": "cross-env NODE_ENV=dev vite",
"start-test": "cross-env NODE_ENV=test vite",
"start-dev": "vite --mode dev",
"start-test": "vite --mode test",
"watch:openapi": "node fetch-openapi.js"
},
"dependencies": {