@@ -0,0 +1,13 @@
#!/bin/sh
cd frontend
npm run build
cd ..
cd backend
echo "Backend"
rm -fr web/html/*
cp -R ../frontend/dist/ web/html/
go build -o ../sui main.go
The note is not visible to the blocked user.