forked from calcom/cal.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes over Turborepo improvements (calcom#3144)
- Loading branch information
1 parent
7f53c42
commit 06b7744
Showing
10 changed files
with
158 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,5 @@ | |
. "$(dirname "$0")/_/husky.sh" | ||
|
||
yarn lint-staged | ||
|
||
yarn app-store:build && git add packages/app-store/*.generated.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +0,0 @@ | ||
*.generated.* | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*.generated.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
/** | ||
This file is autogenerated using the command `yarn app-store:build --watch`. | ||
Don't modify this file manually. | ||
**/ | ||
import dynamic from "next/dynamic" | ||
import { metadata as applecalendar_meta } from "./applecalendar/_metadata"; | ||
import { metadata as caldavcalendar_meta } from "./caldavcalendar/_metadata"; | ||
import { metadata as dailyvideo_meta } from "./dailyvideo/_metadata"; | ||
import { metadata as exchange2013calendar_meta } from "./exchange2013calendar/_metadata"; | ||
import { metadata as exchange2016calendar_meta } from "./exchange2016calendar/_metadata"; | ||
import { metadata as giphy_meta } from "./giphy/_metadata"; | ||
import { metadata as googlecalendar_meta } from "./googlecalendar/_metadata"; | ||
import { metadata as googlevideo_meta } from "./googlevideo/_metadata"; | ||
import { metadata as hubspotothercalendar_meta } from "./hubspotothercalendar/_metadata"; | ||
import { metadata as huddle01video_meta } from "./huddle01video/_metadata"; | ||
import { metadata as jitsivideo_meta } from "./jitsivideo/_metadata"; | ||
import { metadata as metamask_meta } from "./metamask/_metadata"; | ||
import { metadata as office365calendar_meta } from "./office365calendar/_metadata"; | ||
import { metadata as office365video_meta } from "./office365video/_metadata"; | ||
import { metadata as slackmessaging_meta } from "./slackmessaging/_metadata"; | ||
import { metadata as stripepayment_meta } from "./stripepayment/_metadata"; | ||
import { metadata as tandemvideo_meta } from "./tandemvideo/_metadata"; | ||
import { metadata as vital_meta } from "./vital/_metadata"; | ||
import { metadata as wipemycalother_meta } from "./wipemycalother/_metadata"; | ||
import { metadata as zapier_meta } from "./zapier/_metadata"; | ||
import { metadata as zoomvideo_meta } from "./zoomvideo/_metadata"; | ||
export const appStoreMetadata = { | ||
applecalendar:applecalendar_meta, | ||
caldavcalendar:caldavcalendar_meta, | ||
dailyvideo:dailyvideo_meta, | ||
exchange2013calendar:exchange2013calendar_meta, | ||
exchange2016calendar:exchange2016calendar_meta, | ||
giphy:giphy_meta, | ||
googlecalendar:googlecalendar_meta, | ||
googlevideo:googlevideo_meta, | ||
hubspotothercalendar:hubspotothercalendar_meta, | ||
huddle01video:huddle01video_meta, | ||
jitsivideo:jitsivideo_meta, | ||
metamask:metamask_meta, | ||
office365calendar:office365calendar_meta, | ||
office365video:office365video_meta, | ||
slackmessaging:slackmessaging_meta, | ||
stripepayment:stripepayment_meta, | ||
tandemvideo:tandemvideo_meta, | ||
vital:vital_meta, | ||
wipemycalother:wipemycalother_meta, | ||
zapier:zapier_meta, | ||
zoomvideo:zoomvideo_meta, | ||
}; | ||
const applecalendar_installAppButton = dynamic(() =>import("./applecalendar/components/InstallAppButton")); | ||
const caldavcalendar_installAppButton = dynamic(() =>import("./caldavcalendar/components/InstallAppButton")); | ||
const exchange2013calendar_installAppButton = dynamic(() =>import("./exchange2013calendar/components/InstallAppButton")); | ||
const exchange2016calendar_installAppButton = dynamic(() =>import("./exchange2016calendar/components/InstallAppButton")); | ||
const giphy_installAppButton = dynamic(() =>import("./giphy/components/InstallAppButton")); | ||
const googlecalendar_installAppButton = dynamic(() =>import("./googlecalendar/components/InstallAppButton")); | ||
const hubspotothercalendar_installAppButton = dynamic(() =>import("./hubspotothercalendar/components/InstallAppButton")); | ||
const huddle01video_installAppButton = dynamic(() =>import("./huddle01video/components/InstallAppButton")); | ||
const jitsivideo_installAppButton = dynamic(() =>import("./jitsivideo/components/InstallAppButton")); | ||
const metamask_installAppButton = dynamic(() =>import("./metamask/components/InstallAppButton")); | ||
const office365calendar_installAppButton = dynamic(() =>import("./office365calendar/components/InstallAppButton")); | ||
const office365video_installAppButton = dynamic(() =>import("./office365video/components/InstallAppButton")); | ||
const slackmessaging_installAppButton = dynamic(() =>import("./slackmessaging/components/InstallAppButton")); | ||
const stripepayment_installAppButton = dynamic(() =>import("./stripepayment/components/InstallAppButton")); | ||
const tandemvideo_installAppButton = dynamic(() =>import("./tandemvideo/components/InstallAppButton")); | ||
const vital_installAppButton = dynamic(() =>import("./vital/components/InstallAppButton")); | ||
const wipemycalother_installAppButton = dynamic(() =>import("./wipemycalother/components/InstallAppButton")); | ||
const zapier_installAppButton = dynamic(() =>import("./zapier/components/InstallAppButton")); | ||
const zoomvideo_installAppButton = dynamic(() =>import("./zoomvideo/components/InstallAppButton")); | ||
export const InstallAppButtonMap = { | ||
applecalendar:applecalendar_installAppButton, | ||
caldavcalendar:caldavcalendar_installAppButton, | ||
exchange2013calendar:exchange2013calendar_installAppButton, | ||
exchange2016calendar:exchange2016calendar_installAppButton, | ||
giphy:giphy_installAppButton, | ||
googlecalendar:googlecalendar_installAppButton, | ||
hubspotothercalendar:hubspotothercalendar_installAppButton, | ||
huddle01video:huddle01video_installAppButton, | ||
jitsivideo:jitsivideo_installAppButton, | ||
metamask:metamask_installAppButton, | ||
office365calendar:office365calendar_installAppButton, | ||
office365video:office365video_installAppButton, | ||
slackmessaging:slackmessaging_installAppButton, | ||
stripepayment:stripepayment_installAppButton, | ||
tandemvideo:tandemvideo_installAppButton, | ||
vital:vital_installAppButton, | ||
wipemycalother:wipemycalother_installAppButton, | ||
zapier:zapier_installAppButton, | ||
zoomvideo:zoomvideo_installAppButton, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
/** | ||
This file is autogenerated using the command `yarn app-store:build --watch`. | ||
Don't modify this file manually. | ||
**/ | ||
const applecalendar_api = import("./applecalendar/api"); | ||
const caldavcalendar_api = import("./caldavcalendar/api"); | ||
const exchange2013calendar_api = import("./exchange2013calendar/api"); | ||
const exchange2016calendar_api = import("./exchange2016calendar/api"); | ||
const giphy_api = import("./giphy/api"); | ||
const googlecalendar_api = import("./googlecalendar/api"); | ||
const hubspotothercalendar_api = import("./hubspotothercalendar/api"); | ||
const huddle01video_api = import("./huddle01video/api"); | ||
const jitsivideo_api = import("./jitsivideo/api"); | ||
const metamask_api = import("./metamask/api"); | ||
const office365calendar_api = import("./office365calendar/api"); | ||
const office365video_api = import("./office365video/api"); | ||
const slackmessaging_api = import("./slackmessaging/api"); | ||
const stripepayment_api = import("./stripepayment/api"); | ||
const tandemvideo_api = import("./tandemvideo/api"); | ||
const vital_api = import("./vital/api"); | ||
const wipemycalother_api = import("./wipemycalother/api"); | ||
const zapier_api = import("./zapier/api"); | ||
const zoomvideo_api = import("./zoomvideo/api"); | ||
export const apiHandlers = { | ||
applecalendar:applecalendar_api, | ||
caldavcalendar:caldavcalendar_api, | ||
exchange2013calendar:exchange2013calendar_api, | ||
exchange2016calendar:exchange2016calendar_api, | ||
giphy:giphy_api, | ||
googlecalendar:googlecalendar_api, | ||
hubspotothercalendar:hubspotothercalendar_api, | ||
huddle01video:huddle01video_api, | ||
jitsivideo:jitsivideo_api, | ||
metamask:metamask_api, | ||
office365calendar:office365calendar_api, | ||
office365video:office365video_api, | ||
slackmessaging:slackmessaging_api, | ||
stripepayment:stripepayment_api, | ||
tandemvideo:tandemvideo_api, | ||
vital:vital_api, | ||
wipemycalother:wipemycalother_api, | ||
zapier:zapier_api, | ||
zoomvideo:zoomvideo_api, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters