0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-17 22:44:24 -05:00

[ci] format

This commit is contained in:
Sarah Rainsberger 2024-06-05 13:16:54 +00:00 committed by astrobot-houston
parent 1529428ed8
commit 4ad1ce24e1

View file

@ -1239,7 +1239,7 @@ export const EnvInvalidVariable = {
export const EnvUnsupportedGetSecret = {
name: 'EnvUnsupportedGetSecret',
title: 'Unsupported astro:env getSecret',
message: '\`astro:env/server\` exported function \`getSecret\` is not supported by your adapter.',
message: '`astro:env/server` exported function `getSecret` is not supported by your adapter.',
} satisfies ErrorData;
/**