@inliner/cli 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@ const promises_1 = require("node:fs/promises");
|
|
|
5
5
|
const node_path_1 = require("node:path");
|
|
6
6
|
const VERSION = '0.1.0';
|
|
7
7
|
const IMG_BASE = process.env.INLINER_IMG_URL || 'https://img.inliner.ai';
|
|
8
|
-
const API_BASE = process.env.INLINER_API_URL || 'https://
|
|
8
|
+
const API_BASE = process.env.INLINER_API_URL || 'https://api.inliner.ai';
|
|
9
9
|
function parseArgs(argv) {
|
|
10
10
|
const args = argv.slice(2);
|
|
11
11
|
const flags = {};
|