Serve at port 4001

This commit is contained in:
Tobias 2023-09-26 21:02:33 +02:00
parent 93259c65c5
commit 055669fa51
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
"scripts": {
"start": "concurrently npm:watch:*",
"watch:tw": "tailwindcss -i ./assets/css/main.css -o ./assets/css/style.css --watch",
"watch:hugo": "hugo server",
"watch:hugo": "hugo server -p 4001",
"build": "hugo --minify",
"test": "hugo"
},
@ -42,4 +42,4 @@
"url": "https://github.com/nusserstudios/tailbliss/issues"
},
"homepage": "https://github.com/nusserstudios/tailbliss"
}
}