mirror of
https://github.com/withastro/astro.git
synced 2025-03-31 23:31:30 -05:00
[ci] format
This commit is contained in:
parent
94ac7efd70
commit
769f11f23f
1 changed files with 1 additions and 1 deletions
2
packages/astro/templates/env/module.mjs
vendored
2
packages/astro/templates/env/module.mjs
vendored
|
@ -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) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue