Skip to content

Commit e9739f1

Browse files
committed
serve with local.db
1 parent fa2b972 commit e9739f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ build_windows:
3333
go build -tags "sqlite_foreign_keys release windows" -ldflags="$(GO_LDFLAGS) -H windowsgui" -o _output/windows/yarr.exe src/main.go
3434

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

0 commit comments

Comments
 (0)