Correct foundation-site-export.json formatting

cgen-8a931fe849b34509855b42b42aee8ded
This commit is contained in:
Builder.io 2025-11-16 20:26:09 +00:00
parent 89a3659194
commit 69defcd3ee

View file

@ -23,7 +23,8 @@
"code/client/pages/About.tsx", "code/client/pages/About.tsx",
"code/client/pages/creators/CreatorProfile.tsx", "code/client/pages/creators/CreatorProfile.tsx",
"code/client/pages/docs/DocsOverview.tsx", "code/client/pages/docs/DocsOverview.tsx",
"code/client/pages/docs/DocsTutorials.tsx\n "], "code/client/pages/docs/DocsTutorials.tsx"
],
"routes_and_expected_urls": { "routes_and_expected_urls": {
"/": "Index (code/client/pages/Index.tsx)", "/": "Index (code/client/pages/Index.tsx)",
"/login": "Login (code/client/pages/Login.tsx)", "/login": "Login (code/client/pages/Login.tsx)",
@ -161,9 +162,9 @@
"how_to_export_code": [ "how_to_export_code": [
"1. Push latest branch to remote (use Push Code in UI)", "1. Push latest branch to remote (use Push Code in UI)",
"2. Build artifacts (npm run build) locally to verify", "2. Build artifacts (npm run build) locally to verify",
"3. Package dist/spa and dist/server for deployment", " 3. Package dist/spa and dist/server for deployment",
"4. Ensure env vars set on target host", " 4. Ensure env vars set on target host",
"5. Update DNS to point wildcard domains to host running Express" " 5. Update DNS to point wildcard domains to host running Express"
] ]
}, },
"appendix": { "appendix": {