@astrojs/cloudflare 9.2.0 → 9.2.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.
|
@@ -99,7 +99,7 @@ class LocalRuntime {
|
|
|
99
99
|
catch (error) {
|
|
100
100
|
const e = error;
|
|
101
101
|
if (e.code === 'ENOENT') {
|
|
102
|
-
this._logger.info('There is no `.dev.vars` file in the root directory, if you have encrypted secrets or environmental variables
|
|
102
|
+
this._logger.info('There is no `.dev.vars` file in the root directory, if you have encrypted secrets or environmental variables Cloudflare recommends you to put them in this file');
|
|
103
103
|
this.secrets = {};
|
|
104
104
|
}
|
|
105
105
|
else {
|
package/package.json
CHANGED