diff --git a/README.md b/README.md index e215bc4..da5dbb2 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ pnpm dev bun dev ``` -Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. +Open [http://localhost:3800](http://localhost:3800) with your browser to see the result. You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file. diff --git a/package.json b/package.json index e45c39d..c765ff3 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "scripts": { - "dev": "next dev", + "dev": "next dev --port 3800", "build": "next build", "start": "next start", "lint": "eslint" diff --git a/public/parent-integration-example.html b/public/parent-integration-example.html index d6b2680..d5d8e78 100644 --- a/public/parent-integration-example.html +++ b/public/parent-integration-example.html @@ -142,7 +142,7 @@
- +
@@ -166,7 +166,7 @@