Skip to content

Commit 3fbe25d

Browse files
committed
udpate latest codes:supabase client
1 parent 2846a7b commit 3fbe25d

19 files changed

+1235
-6500
lines changed

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ test: ## run go tests
1515
go test -v ./...
1616

1717
PHONY: PB
18-
PB: ## build pocketbase
18+
PB: ## build pocket-base
1919
go build app/pb/pbserver.go
2020

2121
integration-test: ### run integration-test
@@ -27,6 +27,10 @@ integration-test: ### run integration-test
2727
build-cli:
2828
go build cmd/fluent.go
2929

30+
.PHONY: build-pb
31+
build-pb:
32+
go build app/pb/pbserver.go
33+
3034
.PHONY: format
3135
format:
3236
gofmt -l -w .

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ action structure:
110110

111111

112112

113-
## Pocketbase Server
113+
## 2. Pocketbase Server
114114

115115
```shell
116116
./pocketbase serve
@@ -122,6 +122,9 @@ All Url:
122122
- http://127.0.0.1:8090/_/ - Admin dashboard UI
123123
- http://127.0.0.1:8090/api/ - REST API
124124

125+
### 2.1 How to Run a pocketbase server
126+
127+
125128

126129

127130
### References

ai/Shubhamsaboo.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

ai/e2b-dev.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

ai/hyp1231.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docker/pb/Dockerfile

Lines changed: 0 additions & 29 deletions
This file was deleted.

docker/restack.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 ghcr.io/restackio/restack:main
2+
docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 ghcr.io/restackio/restack:main

0 commit comments

Comments
 (0)