web.prod:
	yarn run build

dss.update:
	cp ../dist/index.html ../../webapps/document-intelligence-explorer/body.html

web.watch:
	yarn run dev:watch