Commits to this repo will trigger each workflow, which will build and test on each server. The Node workflow tests the dev, preview and express Nodejs servers.
The package.json pnpm installs the build artifacts committed to qwik-build and qwik-city-build. Update the commit hash in version for the dependencies of @builder.io/qwik and @builder.io/qwik-city.
https://blue-smoke-0a7cdfe10.2.azurestaticapps.net/app/
https://qwik-city-e2e.pages.dev/app/
https://qwik-city-e2e.netlify.app/app/
https://qwik-vercel-edge-for-e2e.vercel.app/app/
https://qwik-vercel-serverless-for-e2e.vercel.app/app/
pnpm run dev
http://127.0.0.1:3000/app/
pnpm run build.preview
pnpm run serve.preview
http://127.0.0.1:3001/app/
pnpm run build.express
pnpm run serve.express
http://127.0.0.1:3002/app/
