voicegardens/makefile

5 lines
82 B
Makefile

default: serve
serve:
@FLASK_ENV=development FLASK_APP=vocoder.server flask run