We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f20c307 commit 84b5aa3Copy full SHA for 84b5aa3
Dockerfile
@@ -7,7 +7,7 @@ RUN apt-get update && \
7
rustup target add x86_64-unknown-linux-musl
8
9
WORKDIR /usr/src/bypass
10
-COPY Cargo.toml Cargo.lock ./
+COPY Cargo.toml ./
11
COPY src ./src
12
13
# Build for the MUSL target (static binary)
README.md
@@ -1,7 +1,7 @@
1
# Nuxt UI Pro Bypass V2
2
3
> [!WARNING]
4
-> TThis script is intended only for demonstrating the problem and should not be used in production.
+> This script is intended only for demonstrating the problem and should not be used in production.
5
6
> [!CAUTION]
> Never use this in production — it may be illegal. :)
0 commit comments