Skip to content

Commit

Permalink
serve with local.db
Browse files Browse the repository at this point in the history
  • Loading branch information
nkanaev committed Mar 11, 2021
1 parent fa2b972 commit e9739f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

serve:
go run -tags "sqlite_foreign_keys" src/main.go
go run -tags "sqlite_foreign_keys" src/main.go -db local.db

0 comments on commit e9739f1

Please sign in to comment.