mirror of
https://github.com/ArthurDanjou/Hermes.git
synced 2026-01-14 20:19:32 +01:00
Modules
A custom user module system. Place a .ts file with the following template, it will be installed automatically.
import { UserModule } from '~/types'
export const install: UserModule = ({ app, router, isClient }) => {
// do something
}