feat(packaging): Rename package scope to @git.zone and migrate to ESM; rename CLI/config keys, update entrypoints and imports, bump Node requirement to 18, and adjust scripts/dependencies
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import * as plugins from './tsdocker.plugins';
|
||||
import * as cli from './tsdocker.cli';
|
||||
import * as plugins from './tsdocker.plugins.js';
|
||||
import * as cli from './tsdocker.cli.js';
|
||||
|
||||
cli.run();
|
||||
|
||||
Reference in New Issue
Block a user