Generating epub.

This commit is contained in:
Vahagn Khachatryan
2018-12-17 18:24:51 +00:00
parent c579ee72c9
commit 040bb0b6dc
4 changed files with 405 additions and 34 deletions

3
.vscode/launch.json vendored
View File

@@ -37,7 +37,8 @@
"name": "Launch Node.JS",
"type": "node",
"request": "launch",
"program": "${file}"
"program": "${workspaceFolder}/test/app.js"
// "program": "${file}"
}
]
}