use port 1313 for dev server

This commit is contained in:
2025-12-25 15:23:45 +01:00
parent 777c8a3871
commit f13eeec381

View File

@@ -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/",