Adicionando viuetify y dockers para correr el proyecto completo #34

Merged
mono merged 7 commits from experiment_sale_with_vuetify_#33 into main 2024-09-28 16:03:57 -05:00
Showing only changes of commit 9857b90cd4 - Show all commits

View File

@ -2,7 +2,7 @@
"name": "don-confiao", "name": "don-confiao",
"version": "0.0.0", "version": "0.0.0",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite --host 0.0.0.0",
"build": "vite build", "build": "vite build",
"preview": "vite preview", "preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore" "lint": "eslint . --fix --ignore-path .gitignore"