cal.pub0.org/packages/app-store/raycast/_metadata.ts

11 lines
188 B
TypeScript
Raw Normal View History

2022-09-07 15:33:27 +00:00
import type { AppMeta } from "@calcom/types/App";
import config from "./config.json";
export const metadata = {
category: "other",
...config,
} as AppMeta;
export default metadata;