@wraps.dev/cli 2.21.11 → 2.21.12
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/api-lambda.zip
CHANGED
|
Binary file
|
package/dist/cli.js
CHANGED
|
@@ -33850,12 +33850,14 @@ Run ${pc47.cyan("wraps selfhost deploy")} to deploy the self-hosted control plan
|
|
|
33850
33850
|
process.exit(1);
|
|
33851
33851
|
return;
|
|
33852
33852
|
}
|
|
33853
|
-
const { config: config2 } = metadata.services.selfhost;
|
|
33853
|
+
const { config: config2, apiUrl } = metadata.services.selfhost;
|
|
33854
33854
|
const env = {
|
|
33855
33855
|
DATABASE_URL: config2.databaseUrl,
|
|
33856
33856
|
NEXT_PUBLIC_APP_URL: config2.appUrl,
|
|
33857
|
+
NEXT_PUBLIC_API_URL: apiUrl,
|
|
33857
33858
|
CORS_ORIGIN: config2.appUrl,
|
|
33858
33859
|
BETTER_AUTH_SECRET: config2.betterAuthSecret,
|
|
33860
|
+
UNSUBSCRIBE_SECRET: config2.unsubscribeSecret,
|
|
33859
33861
|
WRAPS_LICENSE_KEY: config2.licenseKey,
|
|
33860
33862
|
AWS_BACKEND_ACCOUNT_ID: identity.accountId
|
|
33861
33863
|
};
|