chore: update dev script to allow Vite to bind to all network interfaces
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite --port 4730",
|
||||
"dev": "vite --port 4730 --host",
|
||||
"all": "run-p build-only format type-check lint",
|
||||
"build": "run-p type-check \"build-only {@}\" --",
|
||||
"build-only": "vite build",
|
||||
|
Reference in New Issue
Block a user