This commit is contained in:
Maciej Caderek
2022-01-26 09:44:37 +01:00
parent 0c2f804021
commit 6c401d1459
13 changed files with 308 additions and 57 deletions

View File

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