mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-24 00:33:14 +00:00
serve with local.db
This commit is contained in:
parent
fa2b97242d
commit
e9739f191e
2
makefile
2
makefile
@ -33,4 +33,4 @@ build_windows:
|
|||||||
go build -tags "sqlite_foreign_keys release windows" -ldflags="$(GO_LDFLAGS) -H windowsgui" -o _output/windows/yarr.exe src/main.go
|
go build -tags "sqlite_foreign_keys release windows" -ldflags="$(GO_LDFLAGS) -H windowsgui" -o _output/windows/yarr.exe src/main.go
|
||||||
|
|
||||||
serve:
|
serve:
|
||||||
go run -tags "sqlite_foreign_keys" src/main.go
|
go run -tags "sqlite_foreign_keys" src/main.go -db local.db
|
||||||
|
Loading…
x
Reference in New Issue
Block a user