Serve at port 4001
This commit is contained in:
parent
93259c65c5
commit
055669fa51
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue