UNPKG

vite-garden

Version:

Vite Garden -- a part of the threed.ai family of JavaScript-friendly food-growing libraries

12 lines (8 loc) 257 B
## Modules A custom user module system. Place a `.ts` file with the following template, it will be installed automatically. ```ts import type { UserModule } from '~/types' export const install: UserModule = ({ app, router }) => { // do something } ```