mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 06:20:11 +00:00
refactor: rename astro.config.mjs to astro.config.ts
Astro 5 natively supports TypeScript config files. Using .ts gives us type-checking and better IDE support without needing jiti. Addresses review feedback: https://github.com/Comfy-Org/ComfyUI_frontend/pull/10140#discussion_r2951185092
This commit is contained in:
@@ -34,7 +34,7 @@ const config: KnipConfig = {
|
||||
'src/layouts/**/*.astro',
|
||||
'src/components/**/*.vue',
|
||||
'src/styles/global.css',
|
||||
'astro.config.mjs'
|
||||
'astro.config.ts'
|
||||
],
|
||||
project: ['src/**/*.{astro,vue,ts}', '*.{js,ts,mjs}'],
|
||||
ignoreDependencies: ['@comfyorg/design-system', '@vercel/analytics']
|
||||
|
||||
Reference in New Issue
Block a user