Closed u007 closed 6 years ago
hi,
how do i avoid sqlite compilation when running buffalo task xxx or grift xxx
i deleted vendor sqlite and update go-sqlite3 seems to solve the slow buffalo task issue
rm -Rf vendor/github.com/mattn/go-sqlite3 go get -u github.com/mattn/go-sqlite3
hi,
how do i avoid sqlite compilation when running buffalo task xxx or grift xxx