mirror of
https://github.com/eliasrenman/gardentron.git
synced 2026-03-16 20:46:07 +01:00
chore: setup featherjs project
This commit is contained in:
6
server/src/services/index.ts
Normal file
6
server/src/services/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
// 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
|
||||
}
|
||||
Reference in New Issue
Block a user