Serve at port 4001
This commit is contained in:
parent
93259c65c5
commit
055669fa51
|
@ -15,7 +15,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "concurrently npm:watch:*",
|
"start": "concurrently npm:watch:*",
|
||||||
"watch:tw": "tailwindcss -i ./assets/css/main.css -o ./assets/css/style.css --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",
|
"build": "hugo --minify",
|
||||||
"test": "hugo"
|
"test": "hugo"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue