0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-31 23:31:30 -05:00

[ci] format

This commit is contained in:
Florian Lefebvre 2024-06-11 18:18:03 +00:00 committed by astrobot-houston
parent 94ac7efd70
commit 769f11f23f

View file

@ -2,8 +2,8 @@ import { schema } from 'virtual:astro:env/internal';
import {
createInvalidVariableError,
getEnv,
validateEnvVariable,
setOnSetGetEnv,
validateEnvVariable,
} from 'astro/env/runtime';
export const getSecret = (key) => {