UNPKG

@qwik.dev/core

Version:

An open source framework for building instant loading web apps at any scale, without the extra effort.

25 lines (24 loc) 701 B
{ "description": "Google Cloud Run server", "scripts": { "build.server": "vite build -c adapters/cloud-run/vite.config.mts", "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" ] } } }