generate site using llm prompt

This commit is contained in:
Krrish Ghimire
2026-07-02 01:15:16 +05:45
parent 18fed113f9
commit 3ccbd2ebec
75 changed files with 2220 additions and 3173 deletions

View File

@@ -1,14 +1,14 @@
{
"/api": {
"target": "http://localhost:8080",
"target": "http://127.0.0.1:8080",
"secure": false
},
"/oauth2": {
"target": "http://localhost:8080",
"target": "http://127.0.0.1:8080",
"secure": false
},
"/login": {
"target": "http://localhost:8080",
"target": "http://127.0.0.1:8080",
"secure": false
}
}