From be3f772f0bff661f4cd56d3738eee5a243c331a2 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 23 Feb 2025 19:43:10 -0600 Subject: [PATCH] docs: update Qwik README with Nixpacks environment variable instructions --- qwik/README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/qwik/README.md b/qwik/README.md index 0465a83..e512067 100644 --- a/qwik/README.md +++ b/qwik/README.md @@ -10,10 +10,16 @@ This repository contains an example of Qwikjs application that is deployed on Do - Publish Directory: `./dist` (Nixpacks) -2. **Click on Deploy**: +2. **Add Environment Variables**: +- Navigate to the "Environments" tab and add the following variable: + ```cmd + NIXPACKS_START_CMD="pnpm run preview" + ``` + +3. **Click on Deploy**: - Deploy your application by clicking the deploy button. -3. **Generate a Domain**: +4. **Generate a Domain**: - Click on generate domain button. - A new domain will be generated for you. - You can use this domain to access your application.