@p11-core/cli 0.0.2 → 0.0.3
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
|
@@ -3501,7 +3501,7 @@ import react from "@vitejs/plugin-react";
|
|
|
3501
3501
|
import { build } from "vite";
|
|
3502
3502
|
var nodeRequire = createRequire(import.meta.url);
|
|
3503
3503
|
var packageJson = nodeRequire("../package.json");
|
|
3504
|
-
var builtDefaultApiUrl = "https://p11
|
|
3504
|
+
var builtDefaultApiUrl = "https://p11.rarexlabs.com";
|
|
3505
3505
|
var defaultApiUrl = process.env.P11_API_URL || builtDefaultApiUrl;
|
|
3506
3506
|
var generate = nodeRequire("@babel/generator").default;
|
|
3507
3507
|
var traverse = nodeRequire("@babel/traverse").default;
|