run_web:
	CHROME_EXECUTABLE="/usr/bin/chromium" fvm flutter run -d chrome --web-port 32817

run:
	fvm flutter run
