ci(dev): fix port npm to run on docker.
This commit is contained in:
		| @@ -2,7 +2,7 @@ | ||||
|   "name": "don-confiao", | ||||
|   "version": "0.0.0", | ||||
|   "scripts": { | ||||
|     "dev": "vite", | ||||
|     "dev": "vite --host 0.0.0.0", | ||||
|     "build": "vite build", | ||||
|     "preview": "vite preview", | ||||
|     "lint": "eslint . --fix --ignore-path .gitignore" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user