remove host from dev script

This commit is contained in:
wea_ondara
2023-10-05 15:57:31 +02:00
parent 70dfbf2f05
commit eb3ee46b70

View File

@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite --host 192.168.0.171",
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"test:unit": "vitest",