| { | |
| "experimentalServices": { | |
| "frontend": { | |
| "entrypoint": "frontend", | |
| "routePrefix": "/", | |
| "framework": "create-react-app" | |
| }, | |
| "backend": { | |
| "entrypoint": "backend", | |
| "routePrefix": "/_/backend", | |
| "framework": "python" | |
| } | |
| } | |
| } | |
| { | |
| "experimentalServices": { | |
| "frontend": { | |
| "entrypoint": "frontend", | |
| "routePrefix": "/", | |
| "framework": "create-react-app" | |
| }, | |
| "backend": { | |
| "entrypoint": "backend", | |
| "routePrefix": "/_/backend", | |
| "framework": "python" | |
| } | |
| } | |
| } | |