fix(package.json): Fix hosting address

This commit is contained in:
Tanguy Herbron 2023-12-06 23:28:03 +01:00
parent 87734f0c0c
commit 12a81222e4

View File

@ -3,7 +3,7 @@
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"dev": "vite dev --host 0.0.0.0",
"build": "vite build",
"preview": "vite preview"
},