feat: add defineApp and beforeRequest
This commit is contained in:
5
packages/backend/src/helpers/define-app.ts
Normal file
5
packages/backend/src/helpers/define-app.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { IApp } from '@automatisch/types';
|
||||
|
||||
export default function defineApp(appDefinition: IApp): IApp {
|
||||
return appDefinition;
|
||||
}
|
||||
Reference in New Issue
Block a user