@builder.io/qwik
Version:
An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.
29 lines (28 loc) • 804 B
JSON
{
"description": "Azure Static Web Apps",
"scripts": {
"build.server": "qwik check-client src dist && vite build -c adapters/azure-swa/vite.config.ts",
"serve": "swa start"
},
"devDependencies": {
"@azure/functions": "^3.5.0",
"@azure/static-web-apps-cli": "^1.1.1"
},
"__qwik__": {
"priority": 30,
"displayName": "Adapter: Azure Static Web Apps",
"docs": [
"https://qwik.dev/deployments/azure-swa/",
"https://learn.microsoft.com/en-us/azure/static-web-apps/"
],
"nextSteps": {
"title": "Next Steps",
"lines": [
"Now you can build and deploy to Azure with:",
"",
"- pnpm run build: production build for Azure SWA",
"- pnpm run deploy: it will use the SWA CLI to deploy your site"
]
}
}
}