WIP - ActixWeb multi-tenant blog and newsletter API server. Originally forked from LukeMathWalker/zero-to-production.
at main 7 lines 91 B view raw
1#!/bin/bash 2 3cargo watch \ 4 -x fmt \ 5 -x check \ 6 -x 'test -- --no-capture' \ 7 -x run;