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'
|
import type { NitroConfig } from 'nitropack'
|
||||||
|
|
||||||
|
/**
|
||||||
|
* TODO: fix types
|
||||||
|
* - plugins missing
|
||||||
|
*/
|
||||||
export type McFlyConfig = {
|
export type McFlyConfig = {
|
||||||
components: 'js' | 'lit'
|
components: 'js' | 'lit'
|
||||||
nitro?: NitroConfig
|
nitro?: NitroConfig
|
||||||
|
|
Loading…
Reference in a new issue