Files
marvinblum/dev.sh

12 lines
244 B
Bash
Executable File

#!/bin/bash
# This file is for local development only!
# It configures and starts the website for local development.
export MB_LOGLEVEL=debug
export MB_ALLOWED_ORIGINS=*
export MB_HOST=localhost:8080
export MB_HOT_RELOAD=true
go run main.go