Files
gardentron/server/src/services/index.ts
2023-05-20 09:18:45 +02:00

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
}