From ec00efe05c39243433b371fb37269ce507962ed6 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 30 Jun 2024 19:29:32 -0600 Subject: [PATCH] chore: add missing information --- remix-simple/README.md | 4 ++-- vuejs-simple/README.md | 10 ++++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/remix-simple/README.md b/remix-simple/README.md index decbec0..516a221 100644 --- a/remix-simple/README.md +++ b/remix-simple/README.md @@ -8,10 +8,10 @@ This repository contains an example of remix application that is deployed on Dok - Branch: `main` - Build path: `/remix-simple` -4. **Click on Deploy**: +2. **Click on Deploy**: - Deploy your application by clicking the deploy button. -5. **Generate a Domain**: +3. **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. diff --git a/vuejs-simple/README.md b/vuejs-simple/README.md index 11c54a5..aae08d2 100644 --- a/vuejs-simple/README.md +++ b/vuejs-simple/README.md @@ -8,10 +8,16 @@ This repository contains an example of vuejs application that is deployed on Dok - Branch: `main` - Build path: `/vuejs-simple` -4. **Click on Deploy**: +2. **Add Environment Variables**: +- Navigate to the "Environments" tab and add the following variable: + ```plaintext + NIXPACKS_START_CMD="pnpm run preview" + ``` + +3. **Click on Deploy**: - Deploy your application by clicking the deploy button. -5. **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.