serve with local.db
This commit is contained in:
parent
fa2b97242d
commit
e9739f191e
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue