feat(vpn-ui): init frontend NC-134 (#4160)

This commit is contained in:
Pierre Dommerc
2023-11-22 15:04:02 +01:00
committed by GitHub
parent 8ee31d94ea
commit 809fabfc2b
32 changed files with 1759 additions and 808 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --manifest-path ${{ env.CARGOTOML_PATH }} --lib --features custom-protocol
args: --manifest-path ${{ env.CARGOTOML_PATH }} --features custom-protocol
# - name: Run all tests
# uses: actions-rs/cargo@v1