Cloud Run: Non Public
const config = {
appName: "test-app",
customerName: "pan",
components: {
api: {
dir: "api",
build: {
type: "node",
},
deploy: {
type: "google-cloudrun",
projectId: "asdf",
region: "asia-east1",
service: {
allowUnauthenticated: false,
},
},
},
},
} satisfies Config;