feat(docker): add OCI container startup configuration and migrate Docker release pipeline to tsdocker

This commit is contained in:
2026-03-18 16:22:02 +00:00
parent fbed56092f
commit 9479a07ddf
11 changed files with 165 additions and 45 deletions

View File

@@ -0,0 +1,7 @@
import * as fs from 'fs';
import * as path from 'path';
export {
fs,
path,
};