update to deno

This commit is contained in:
2025-12-13 13:27:51 +00:00
parent dba2e2ae68
commit 9ad5222b95
25 changed files with 196 additions and 225 deletions

View File

@@ -1,9 +1,9 @@
import { Szci } from './szci.classes.szci.ts';
import { Dockerfile } from './manager.docker/mod.classes.dockerfile.ts';
export const szciInstance = new Npmci();
export const szciInstance = new Szci();
export { Dockerfile, Npmci };
export { Dockerfile, Szci };
export const runCli = async () => {
await szciInstance.start();