diff options
-rw-r--r-- | packages/integrations/cloudflare/src/utils/local-runtime.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/cloudflare/src/utils/local-runtime.ts b/packages/integrations/cloudflare/src/utils/local-runtime.ts index e9e5aab88..8318fb1e3 100644 --- a/packages/integrations/cloudflare/src/utils/local-runtime.ts +++ b/packages/integrations/cloudflare/src/utils/local-runtime.ts @@ -186,7 +186,7 @@ class LocalRuntime { const e = error as NodeJSError; if (e.code === 'ENOENT') { this._logger.info( - 'There is no `.dev.vars` file in the root directory, if you have encrypted secrets or environmental variables you Cloudflare recommends to put them in this file' + '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' ); this.secrets = {}; } else { |