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 64c1178 commit f170e62Copy full SHA for f170e62
README.md
@@ -28,9 +28,10 @@ sql-query-generator/
28
├── script.js # JavaScript logic
29
├── config.js # Configuration file (secure API management)
30
├── README.md # Project documentation
31
-└── .github/
32
- └── workflows/
33
- └── deploy.yml # GitHub Actions deployment
+└── backend-proxy/
+ └──index.js
+ └──package-lock.json
34
+ └──package.json
35
```
36
37
---
0 commit comments