From b06c1c5b05709759a4860fc98cced77f35629f25 Mon Sep 17 00:00:00 2001 From: carlos mur Date: Wed, 3 Jun 2026 15:41:09 +0200 Subject: [PATCH 1/2] fix: congifure vercel deployment --- pnpm-workspace.yaml | 2 ++ vercel.json | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 vercel.json diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 5ed0b5a..0872e9a 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,2 +1,4 @@ +packages: + - '.' allowBuilds: esbuild: true diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..b6ef2b5 --- /dev/null +++ b/vercel.json @@ -0,0 +1,6 @@ +{ + "buildCommand": "pnpm run build", + "outputDirectory": "dist", + "installCommand": "pnpm install", + "framework": "vite" +} From 0ebcb16d59d87737decf60c9808e2ed6a24f081c Mon Sep 17 00:00:00 2001 From: carlos mur Date: Wed, 3 Jun 2026 15:41:45 +0200 Subject: [PATCH 2/2] feat: update documentation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e5cf942..7ea5c8b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Postman Clone +🌐 **[https://postman-clone-simple.vercel.app](https://postman-clone-simple.vercel.app)** + Cliente HTTP de escritorio/web inspirado en Postman. Permite probar, diseñar y explorar APIs REST con colecciones, historial, variables de entorno, autenticación y mucho más. ---