feat: include exports in repo init.luau

This commit is contained in:
Raine 2026-07-14 13:07:20 -04:00
parent b01106b5e2
commit c2e984d9d8
No known key found for this signature in database
GPG key ID: CB527EAC2C6F130C

View file

@ -4,5 +4,7 @@ export type source<T> = vide.source<T>
export type Source<T> = vide.Source<T>
export type context<T> = vide.context<T>
export type Context<T> = vide.Context<T>
export type Instances = vide.Instances
export type Properties<T> = vide.Properties<T>
return vide