docs: update Qwik README with Nixpacks environment variable instructions

This commit is contained in:
Mauricio Siu
2025-02-23 19:43:10 -06:00
parent f116faa9ff
commit be3f772f0b

View File

@@ -10,10 +10,16 @@ This repository contains an example of Qwikjs application that is deployed on Do
- Publish Directory: `./dist` (Nixpacks) - 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. - Deploy your application by clicking the deploy button.
3. **Generate a Domain**: 4. **Generate a Domain**:
- Click on generate domain button. - Click on generate domain button.
- A new domain will be generated for you. - A new domain will be generated for you.
- You can use this domain to access your application. - You can use this domain to access your application.