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