This commit is contained in:
BinarySandia04 2024-10-09 14:40:23 +02:00
parent 382ced9966
commit 07cb042f62
2 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,7 @@
"version": "0.0.0",
"private": true,
"scripts": {
"test:unit": "jest",
"dev": "vite --port 3000 --host",
"build": "vite build",
"preview": "vite preview",

View File

@ -4,7 +4,6 @@
"description": "Vtt",
"main": "prebuild.js",
"scripts": {
"test:unit": "jest",
"generate-docs": "npx jsdoc -c jsdoc.json"
},
"author": "Aran Roig",