@qwik.dev/core
Version:
An open source framework for building instant loading web apps at any scale, without the extra effort.
26 lines (25 loc) • 750 B
JSON
{
"description": "Google Cloud Run server",
"scripts": {
"build.server": "qwik check-client src dist && vite build -c adapters/cloud-run/vite.config.ts",
"deploy": "gcloud run deploy my-cloud-run-app --source ."
},
"__qwik__": {
"priority": 20,
"displayName": "Adapter: Google Cloud Run server",
"docs": [
"https://qwik.dev/deployments/gcp-cloud-run/",
"https://cloud.google.com/run"
],
"nextSteps": {
"title": "Next Steps",
"lines": [
"Now you can build and deploy to Google Cloud Run with:",
"",
"- pnpm run build: production build for Cloud Run",
"- pnpm run deploy: it will use the gcloud CLI to deploy your site"
]
}
},
"type": "module"
}