@@ -2,13 +2,13 @@ run:
go run ./main.go
install:
go get && cd client && yarn install
go get && cd client && npm install
build-server:
go build -o bot ./main.go
build-client:
cd client && yarn run build
cd client && npm run build
clean:
rm -rf bot ./dist
The note is not visible to the blocked user.