Generalize WIP
This commit is contained in:
parent
a3e8b89128
commit
cb7a3a08dc
31 changed files with 657 additions and 106 deletions
6
apps/bridge-frontend/app/_lib/config.ts
Normal file
6
apps/bridge-frontend/app/_lib/config.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import type { ServiceConfig } from "./service";
|
||||
import { facebookConfig as facebook } from "./facebook";
|
||||
|
||||
export const serviceConfig: Record<string, ServiceConfig> = {
|
||||
facebook,
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue