We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c5697a commit 5d23608Copy full SHA for 5d23608
.gitignore
@@ -7,6 +7,7 @@
7
8
# vite
9
/dist
10
+.env.local
11
12
# misc
13
*.swp
README.md
@@ -49,10 +49,10 @@ Update the files:
49
50
## Environment Variables
51
52
-Set the environment variables:
+Update the environment variables:
53
54
```sh
55
-less .env
+cp .env .env.local
56
```
57
58
Update the **Secrets** in the repository **Settings**.
0 commit comments