feat(smartpdf): add automatic port allocation and multi-instance support

This commit is contained in:
Juergen Kunz
2025-08-01 16:09:17 +00:00
parent f535eacd97
commit a4c3415838
7 changed files with 2102 additions and 2176 deletions

View File

@@ -1,4 +1,4 @@
import { expect, tap } from '@push.rocks/tapbundle';
import { expect, tap } from '@git.zone/tstest/tapbundle';
import * as smartpdf from '../ts/index.js';
import * as fs from 'fs';
import * as path from 'path';