fix(build): update tooling configuration and align nginx certificate generation with current dependencies

This commit is contained in:
2026-04-30 17:47:40 +00:00
parent 8b9420d9b6
commit 6499ba9ceb
13 changed files with 2297 additions and 1958 deletions
-2
View File
@@ -1,8 +1,6 @@
import { tap, expect } from '@git.zone/tstest/tapbundle';
import * as path from 'node:path';
import { Qenv } from '@push.rocks/qenv';
import * as smartnginx from '../ts/index.js';
let testSmartNginx: smartnginx.SmartNginx;