Dockerfile arreglao

This commit is contained in:
2024-10-17 20:18:21 +02:00
parent 51fdd88378
commit a551d70bd4
3 changed files with 16 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"dev": "vite --host",
"build": "tsc -b && vite build",
"preview": "vite preview"
},