From 4b04c8882c2e49c29ec11c4b31ac64465213fa19 Mon Sep 17 00:00:00 2001 From: Joe Lillibridge Date: Wed, 30 Oct 2024 13:48:29 -0500 Subject: [PATCH] brought back stuff to make web proxy work again --- .config/@web/cli/config.json | 8 ++++ .config/@web/cli/web-cli-update | 1 + .config/@web/proxy/table.json | 83 +++++++++++++++++++++++++++++++++ 3 files changed, 92 insertions(+) create mode 100644 .config/@web/cli/config.json create mode 100644 .config/@web/cli/web-cli-update create mode 100644 .config/@web/proxy/table.json diff --git a/.config/@web/cli/config.json b/.config/@web/cli/config.json new file mode 100644 index 0000000..5b75099 --- /dev/null +++ b/.config/@web/cli/config.json @@ -0,0 +1,8 @@ +{ + "createdVersion": "2.28.72", + "webRepoPath": "/Users/Z002QRN/Development/web", + "readOnly": [ + "readOnly", + "createdVersion" + ] +} \ No newline at end of file diff --git a/.config/@web/cli/web-cli-update b/.config/@web/cli/web-cli-update new file mode 100644 index 0000000..d334f3d --- /dev/null +++ b/.config/@web/cli/web-cli-update @@ -0,0 +1 @@ +{"exp":1730400318321,"latestVersion":"2.28.72"} \ No newline at end of file diff --git a/.config/@web/proxy/table.json b/.config/@web/proxy/table.json new file mode 100644 index 0000000..a265673 --- /dev/null +++ b/.config/@web/proxy/table.json @@ -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" + } + ] +} \ No newline at end of file