This commit is contained in:
Maciej Caderek
2022-01-28 23:45:40 +01:00
parent e000a0083a
commit a7c2d09c96
6 changed files with 53 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
"name": "chesspic",
"version": "0.0.0",
"scripts": {
"dev": "vite --host 192.168.1.24",
"dev": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview"
},