Updated script to use new module name.

This commit is contained in:
2026-01-31 07:47:39 +01:00
parent 90c829b7ef
commit af0aa669cf

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env node #!/usr/bin/env node
import { loginInteractive } from "../src/auth.js"; import { loginInteractive } from "../src/azure.js";
import { config } from "../public-config.js"; import { config } from "../public-config.js";
import { createHash } from "crypto"; import { createHash } from "crypto";