{
    "$schema": "https://rebase.pro/schemas/rebase.json",
    "rebase": "^1",
    "apps": {
        "backend": {
            "type": "backend",
            "runtime": "managed"
        },
        "admin": {
            "type": "static",
            "root": "frontend",
            "build": "npm run build --workspace frontend",
            "output": "frontend/dist",
            "path": "/"
        }
    }
}
