mirror of
https://github.com/ION606/MailPocket.git
synced 2026-05-14 22:06:55 +00:00
initial code commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
.PHONY: run-batched run-sqlite setup-sqlite
|
||||
|
||||
run-batched:
|
||||
cd batched-server && go run main.go
|
||||
|
||||
run-sqlite: setup-sqlite
|
||||
cd sqlite-server && go run main.go
|
||||
|
||||
setup-sqlite:
|
||||
@if [ ! -f sqlite-server/go.mod ]; then \
|
||||
cd sqlite-server && go mod init sqlite-server; \
|
||||
fi
|
||||
cd sqlite-server && go get modernc.org/sqlite
|
||||
Reference in New Issue
Block a user