diff --git a/startos/dependencies.ts b/startos/dependencies.ts new file mode 100644 index 0000000..861f741 --- /dev/null +++ b/startos/dependencies.ts @@ -0,0 +1,5 @@ +import { sdk } from './sdk' + +export const setDependencies = sdk.setupDependencies( + async ({ effects }) => ({}), +) \ No newline at end of file