mirror of
https://github.com/withastro/astro.git
synced 2025-02-24 22:46:02 -05:00
[ci] format
This commit is contained in:
parent
1529428ed8
commit
4ad1ce24e1
1 changed files with 1 additions and 1 deletions
|
@ -1239,7 +1239,7 @@ export const EnvInvalidVariable = {
|
||||||
export const EnvUnsupportedGetSecret = {
|
export const EnvUnsupportedGetSecret = {
|
||||||
name: 'EnvUnsupportedGetSecret',
|
name: 'EnvUnsupportedGetSecret',
|
||||||
title: 'Unsupported astro:env getSecret',
|
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;
|
} satisfies ErrorData;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue