Fix: Property 'env' does not exist on type 'ImportMeta'

This commit is contained in:
prototypa
2023-08-25 13:26:02 -04:00
committed by widgeter
parent 082bfe853c
commit 3aa6bd5f87

1
src/env.d.ts vendored
View File

@ -1,3 +1,4 @@
// eslint-disable-next-line @typescript-eslint/triple-slash-reference // eslint-disable-next-line @typescript-eslint/triple-slash-reference
/// <reference path="../.astro/types.d.ts" /> /// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client-image" /> /// <reference types="astro/client-image" />
/// <reference types="vite/client" />