5 lines
126 B
Bash
Executable File
5 lines
126 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Launch fuzzygraph in dev mode with FTS5 support
|
|
cd "$(dirname "$0")"
|
|
CGO_ENABLED=1 wails dev -tags fts5
|