mirror of
				https://github.com/open-webui/open-webui
				synced 2025-06-26 18:26:48 +00:00 
			
		
		
		
	Merge pull request #13836 from itk-dev/feature/build-watch
build: Added build:watch command to package.json
This commit is contained in:
		
						commit
						f907e7c979
					
				@ -6,6 +6,7 @@
 | 
				
			|||||||
		"dev": "npm run pyodide:fetch && vite dev --host",
 | 
							"dev": "npm run pyodide:fetch && vite dev --host",
 | 
				
			||||||
		"dev:5050": "npm run pyodide:fetch && vite dev --port 5050",
 | 
							"dev:5050": "npm run pyodide:fetch && vite dev --port 5050",
 | 
				
			||||||
		"build": "npm run pyodide:fetch && vite build",
 | 
							"build": "npm run pyodide:fetch && vite build",
 | 
				
			||||||
 | 
							"build:watch": "npm run pyodide:fetch && vite build --watch",
 | 
				
			||||||
		"preview": "vite preview",
 | 
							"preview": "vite preview",
 | 
				
			||||||
		"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
 | 
							"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
 | 
				
			||||||
		"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
 | 
							"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user