1
0
mirror of https://github.com/alexandrev/xslt-lab.git synced 2026-09-20 04:23:16 +00:00

Include Saxon dependencies in runtime

This commit is contained in:
2025-07-01 18:48:02 +02:00
parent 3914a24f6c
commit c9a5982ba4
4 changed files with 15 additions and 10 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{
"port": "8000",
"saxon_path": "/opt/saxon/saxon-he.jar"
"saxon_classpath": "/opt/saxon/*"
}