chore: add TODO

This commit is contained in:
Ayo Ayco 2025-04-20 15:42:44 +02:00
parent 037b93d132
commit c648d83b29

View file

@ -1,5 +1,9 @@
import type { NitroConfig } from 'nitropack'
/**
* TODO: fix types
* - plugins missing
*/
export type McFlyConfig = {
components: 'js' | 'lit'
nitro?: NitroConfig