diff options
Diffstat (limited to 'packages/astro/src/env/runtime-constants.ts')
-rw-r--r-- | packages/astro/src/env/runtime-constants.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/astro/src/env/runtime-constants.ts b/packages/astro/src/env/runtime-constants.ts deleted file mode 100644 index 27b5d7211..000000000 --- a/packages/astro/src/env/runtime-constants.ts +++ /dev/null @@ -1 +0,0 @@ -export const ENV_SYMBOL = Symbol.for('astro:env/dev'); |