mirror of
https://github.com/nkanaev/yarr.git
synced 2025-09-13 09:55:36 +00:00
serve with local.db
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user