MLX serve backend now auto-enables on darwin/arm64. Fixed stale cmd/app/main.go reference in Taskfile. Co-Authored-By: Virgil <virgil@lethean.io>
6 lines
77 B
YAML
6 lines
77 B
YAML
version: '3'
|
|
|
|
tasks:
|
|
build:
|
|
cmds:
|
|
- go build -o build/bin/core .
|