mirror of
https://github.com/eliasrenman/gardentron.git
synced 2026-03-16 20:46:07 +01:00
7 lines
264 B
TypeScript
7 lines
264 B
TypeScript
// For more information about this file see https://dove.feathersjs.com/guides/cli/application.html#configure-functions
|
|
import type { Application } from '../declarations'
|
|
|
|
export const services = (app: Application) => {
|
|
// All services will be registered here
|
|
}
|