We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa2b972 commit e9739f1Copy full SHA for e9739f1
makefile
@@ -33,4 +33,4 @@ build_windows:
33
go build -tags "sqlite_foreign_keys release windows" -ldflags="$(GO_LDFLAGS) -H windowsgui" -o _output/windows/yarr.exe src/main.go
34
35
serve:
36
- go run -tags "sqlite_foreign_keys" src/main.go
+ go run -tags "sqlite_foreign_keys" src/main.go -db local.db
0 commit comments