Add GitHub Actions workflow and production configuration
Torey Heinz
committed Aug 24, 2025
commit 6b6fbed8185f4867a1dec9f25b52daf3504a1224
Showing 2
changed files with
5 additions
and 0 deletions
.gitignore
+3
-0
| @@ | @@ -5,6 +5,9 @@ node_modules/ |
| .env | |
| .env.* | |
| .dev.vars | |
| + | # Keep production env and GitHub workflows |
| + | !.env.production |
| + | !.github/ |
| # Wrangler | |
| .wrangler/ | |
frontend/.env.production
+2
-0
| @@ | @@ -0,0 +1,2 @@ |
| + | VITE_API_URL=https://api.qrurl.us/api |
| + | VITE_SHORT_URL=https://qrurl.us |
| \ No newline at end of file | |