use port 1313 for dev server
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "marp index.md --allow-local-files -o build/index.html && cp -r assets build/",
|
||||
"dev": "marp --server --allow-local-files -p 3030 ./",
|
||||
"dev": "marp --server --allow-local-files -p 1313 ./",
|
||||
"watch": "marp --watch --allow-local-files index.md",
|
||||
"export:pdf": "marp index.md --allow-local-files --pdf -o build/index.pdf",
|
||||
"export:html": "marp index.md --allow-local-files --html -o build/index.html && cp -r assets build/",
|
||||
|
||||
Reference in New Issue
Block a user