diff options
author | 2024-08-14 12:52:42 +0200 | |
---|---|---|
committer | 2024-08-14 12:52:42 +0200 | |
commit | e853526c39eef78b843cc0666985cef1d5dda5fa (patch) | |
tree | a6f7f4ec5ed7088390642a1d967e8e802eb36682 /examples/framework-lit/src | |
parent | e90f5593d23043579611452a84b9e18ad2407ef9 (diff) | |
parent | a79a8b0230b06ed32ce1802f2a5f84a6cf92dbe7 (diff) | |
download | astro-e853526c39eef78b843cc0666985cef1d5dda5fa.tar.gz astro-e853526c39eef78b843cc0666985cef1d5dda5fa.tar.zst astro-e853526c39eef78b843cc0666985cef1d5dda5fa.zip |
Merge branch 'main' into next
Diffstat (limited to 'examples/framework-lit/src')
-rw-r--r-- | examples/framework-lit/src/env.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-lit/src/env.d.ts b/examples/framework-lit/src/env.d.ts index f964fe0cf..e16c13c69 100644 --- a/examples/framework-lit/src/env.d.ts +++ b/examples/framework-lit/src/env.d.ts @@ -1 +1 @@ -/// <reference types="astro/client" /> +/// <reference path="../.astro/types.d.ts" /> |