Skip to content

Commit

Permalink
upgrade next example
Browse files Browse the repository at this point in the history
Signed-off-by: ryjiang <[email protected]>
  • Loading branch information
shanghaikid committed Nov 18, 2024
1 parent ecfe1ce commit 1e36ce4
Show file tree
Hide file tree
Showing 3 changed files with 240 additions and 79 deletions.
2 changes: 1 addition & 1 deletion examples/nextjs/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async function getData(address: string) {
}

export default async function Home() {
const address = `10.102.5.223:19530`;
const address = `127.0.0.1:19530`;

const data = await getData(address);

Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@uiw/react-codemirror": "^4.23.3",
"@zilliz/milvus2-sdk-node": "^2.4.9",
"codemirror": "^6.0.1",
"next": "^14.2.13",
"next": "^15.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
Loading

0 comments on commit 1e36ce4

Please sign in to comment.