brought back stuff to make web proxy work again

This commit is contained in:
Joe Lillibridge 2024-10-30 13:48:29 -05:00
parent 0b20092fdd
commit 4b04c8882c
No known key found for this signature in database
3 changed files with 92 additions and 0 deletions

View File

@ -0,0 +1,8 @@
{
"createdVersion": "2.28.72",
"webRepoPath": "/Users/Z002QRN/Development/web",
"readOnly": [
"readOnly",
"createdVersion"
]
}

View File

@ -0,0 +1 @@
{"exp":1730400318321,"latestVersion":"2.28.72"}

View File

@ -0,0 +1,83 @@
{
"global": {
"type": "global",
"backend": "localhost:3000"
},
"routes": [
{
"path": "/top-of-funnel/assets",
"port": 3000,
"type": "local"
},
{
"path": "/",
"port": 3000,
"type": "local"
},
{
"path": "/p",
"port": 3000,
"type": "local"
},
{
"path": "/product",
"port": 3000,
"type": "local"
},
{
"path": "/c",
"port": 3000,
"type": "local"
},
{
"path": "/sp",
"port": 3000,
"type": "local"
},
{
"path": "/s",
"port": 3000,
"type": "local"
},
{
"path": "/b",
"port": 3000,
"type": "local"
},
{
"path": "/bp",
"port": 3000,
"type": "local"
},
{
"path": "/pl",
"port": 3000,
"type": "local"
},
{
"path": "/items",
"port": 3000,
"type": "local"
},
{
"path": "/offer-details",
"port": 3000,
"type": "local"
},
{
"path": "/occ",
"port": 3000,
"type": "local"
},
{
"path": "/social",
"port": 3000,
"type": "local"
},
{
"path": "/gift-finder",
"port": 3000,
"type": "local"
}
]
}