diff options
Diffstat (limited to 'examples/framework-preact/astro.config.mjs')
-rw-r--r-- | examples/framework-preact/astro.config.mjs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/framework-preact/astro.config.mjs b/examples/framework-preact/astro.config.mjs index b1c8d1150..1d726f9fe 100644 --- a/examples/framework-preact/astro.config.mjs +++ b/examples/framework-preact/astro.config.mjs @@ -1,3 +1,4 @@ +// @ts-check import { defineConfig } from 'astro/config'; import preact from '@astrojs/preact'; |