From bb202be12cadc7f2ff8974d3ac13d5d9f2afeff7 Mon Sep 17 00:00:00 2001 From: Reynaldi Chernando <12949382+reynaldichernando@users.noreply.github.com> Date: Wed, 10 Jun 2026 23:04:42 +0700 Subject: [PATCH] Minor clarification local webserver in deployment (#3247) --- src/docs/src/deployments.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/docs/src/deployments.md b/src/docs/src/deployments.md index 2c913ae94..529e87551 100644 --- a/src/docs/src/deployments.md +++ b/src/docs/src/deployments.md @@ -9,9 +9,9 @@ Puter.js is a regular JavaScript library, so your app deploys like any other web ## Deploy anywhere -Because Puter.js runs entirely in the browser, there's no special backend to provision. Build your app as you normally would and serve the output from any static or web hosting provider, such as Vercel, Cloudflare Pages, Netlify, or GitHub Pages. +Because Puter.js runs entirely in the browser, there's no special backend to provision. Build and serve your app the same way you would any other website, on any hosting provider, such as Vercel, Cloudflare Pages, Netlify, or GitHub Pages. -