Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
chore: update default port
Browse files Browse the repository at this point in the history
  • Loading branch information
ziteh committed Sep 15, 2024
1 parent d5e0651 commit 92e9c5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port 3140",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
Expand Down
2 changes: 1 addition & 1 deletion public/open-api/document.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ info:
description: API document of Hie
version: 0.1.0
servers:
- url: http://localhost:3140
- url: http://localhost:3000
description: Local server
tags:
- name: Tags
Expand Down

0 comments on commit 92e9c5d

Please sign in to comment.