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