A react based UI for benthos streams that be used for debugging runtime configuration
touch .env.local(.gitignored)- add your custom benthos host and port in this format
VITE_BENTHOS_HOST=0.0.0.0
VITE_BENTHOS_PORT=5195
defaults to localhost:4195
npm start# spins up dev servernpm run format# formats code via prettier
npm run build