📦 deps(thirdparty): update snapshots
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env node
|
||||
"use strict";
|
||||
|
||||
const { main } = require("../lib/aas-v1/cli/main");
|
||||
|
||||
if (require.main === module) main().then((code) => { process.exitCode = code; });
|
||||
|
||||
module.exports = { main };
|
||||
Reference in New Issue
Block a user