feat: implement forget operation

This commit is contained in:
garethgeorge
2023-11-28 22:48:59 -08:00
parent 0c818bb945
commit ebccf3bc3b
23 changed files with 657 additions and 357 deletions
+3 -3
View File
@@ -26,11 +26,11 @@ jobs:
with:
node-version: "20"
- name: Build WebUI
run: cd webui && npm install && npm run build
- name: Install Deps
run: ./hack/install-deps.sh
- name: Build
run: go build -v ./...
run: ./hack/build.sh
- name: Test
run: PATH=$(pwd):$PATH go test ./...
+4 -4
View File
@@ -24,11 +24,11 @@ jobs:
with:
node-version: "20"
- name: Build WebUI
run: cd webui && npm install && npm run build
- name: Install Deps
run: ./hack/install-deps.sh
- name: Build Binary
run: go build .
- name: Build
run: ./hack/build.sh
- name: Rename Files
run: |