File size: 330 Bytes
92c29ff
 
 
e380c12
9269fd8
 
92c29ff
 
6451a6a
9269fd8
 
92c29ff
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "experimentalServices": {
        "frontend": {
            "entrypoint": "frontend",
            "routePrefix": "/",
            "framework": "create-react-app"
        },
        "backend": {
            "entrypoint": "backend",
            "routePrefix": "/_/backend",
            "framework": "python"
        }
    }
}