File tree Expand file tree Collapse file tree 3 files changed +562
-570
lines changed Expand file tree Collapse file tree 3 files changed +562
-570
lines changed Original file line number Diff line number Diff line change 1818 " stylelint.vscode-stylelint"
1919 ],
2020 "forwardPorts" : [
21- 1337
21+ 1337 ,
22+ 9337
2223 ],
2324 "postCreateCommand" : " yarn install"
2425}
Original file line number Diff line number Diff line change 1919 "build:hugo" : " hugo --gc --cleanDestinationDir --verbose" ,
2020 "build:functions" : " netlify-lambda build functions" ,
2121 "start" : " run-p start:hugo start:functions" ,
22- "start:hugo" : " hugo server --disableFastRender --buildDrafts --buildFuture --port 1337 --bind 0.0.0.0 --verbose" ,
22+ "start:hugo" : " hugo server --disableFastRender --buildDrafts --buildFuture --port= 1337 --baseURL=/ --appendPort=false --bind= 0.0.0.0 --verbose" ,
2323 "start:functions" : " netlify-lambda serve --port 9337 functions" ,
2424 "start:docker" : " docker run --rm -v $(pwd):/src -p 1337:1337 $(docker build --no-cache -q .)" ,
2525 "minify" : " run-s minify:**" ,
You can’t perform that action at this time.
0 commit comments