@meetploy/cli 1.22.0 → 1.22.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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6569,8 +6569,8 @@ ${varProps}
|
|
|
6569
6569
|
};`);
|
|
6570
6570
|
}
|
|
6571
6571
|
if (config.ai) {
|
|
6572
|
-
properties.push("
|
|
6573
|
-
properties.push("
|
|
6572
|
+
properties.push(" PLOY_AI_URL: string;");
|
|
6573
|
+
properties.push(" PLOY_AI_TOKEN: string;");
|
|
6574
6574
|
}
|
|
6575
6575
|
if (config.db) {
|
|
6576
6576
|
for (const bindingName of Object.keys(config.db)) {
|