Skip to content

Commit 4abc0ba

Browse files
authored
feat: 🎸change port to 8000 (#5)
* feat: add husky and jest * feat: 🎸 add new husky cli config * feat: 🎸 add commit lint * feat: 🎸 add ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE * feat: 🎸 add new workflows to Github actions * fix: 🐛 Fix node version CI * fix: 🐛 add new nvvm and behaviors for eslint * feat: 🎸 add 8000 default port
1 parent 0e7842e commit 4abc0ba

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ on:
1010
jobs:
1111
ci:
1212
runs-on: ubuntu-latest
13-
14-
15-
1613
steps:
1714
- name: Checkout
1815
uses: actions/checkout@v3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {
6-
"dev": "next dev",
6+
"dev": "next dev -p 8000",
77
"build": "next build",
88
"start": "next start",
99
"test": "jest --forceExit --coverage --no-cache --detectOpenHandles --passWithNoTests",

0 commit comments

Comments
 (0)