summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/astro/templates/env/module.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/templates/env/module.mjs b/packages/astro/templates/env/module.mjs
index c88c2caec..952dadbba 100644
--- a/packages/astro/templates/env/module.mjs
+++ b/packages/astro/templates/env/module.mjs
@@ -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) => {