chore: add TODO
This commit is contained in:
parent
037b93d132
commit
c648d83b29
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
import type { NitroConfig } from 'nitropack'
|
||||
|
||||
/**
|
||||
* TODO: fix types
|
||||
* - plugins missing
|
||||
*/
|
||||
export type McFlyConfig = {
|
||||
components: 'js' | 'lit'
|
||||
nitro?: NitroConfig
|
||||
|
|
Loading…
Reference in a new issue