première tentative d'export du body en md, pas très concluant

This commit is contained in:
antonin gallon 2025-12-10 14:54:12 +01:00
parent 8c8295b677
commit c4892e919c
16 changed files with 477 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{
"name": "studioVariable/epub",
"scripts": {
"dev": "npx -y kirbyup src/index.js --watch",
"serve": "npx -y kirbyup serve src/index.js",
"build": "npx -y kirbyup src/index.js"
}
}