mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 06:20:11 +00:00
fix: update tsconfig include from astro.config.mjs to astro.config.ts
Addresses review feedback: https://github.com/Comfy-Org/ComfyUI_frontend/pull/10141#discussion_r2998394514
This commit is contained in:
@@ -5,5 +5,5 @@
|
||||
"@/*": ["./src/*"]
|
||||
}
|
||||
},
|
||||
"include": ["src/**/*", "astro.config.mjs"]
|
||||
"include": ["src/**/*", "astro.config.ts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user