-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: standalone output experiment #15405
Merged
Merged
+1
−0
Conversation
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
emrysal
changed the title
Chore/standalone output experiment
chore: standalone output experiment
Jun 11, 2024
Thank you for following the naming conventions! 🙏 Feel free to join our discord and post your PR link. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Ignored Deployments
|
Graphite Automations"Add foundation team as reviewer" took an action on this PR • (06/11/24)1 reviewer was added to this PR based on Keith Williams's automation. |
zomars
approved these changes
Jun 11, 2024
github-merge-queue
bot
removed this pull request from the merge queue due to failed status checks
Jun 13, 2024
verstratenbram
added a commit
to verstratenbram/cal.com
that referenced
this pull request
Jul 1, 2024
* commit '54162f85682c8a506c1495f22d7059db360ba161': (166 commits) chore: Release v4.1.12 (calcom#15432) fix (calcom#15431) Use "standalone" output to build Next.js as a standalone app when being built e.g. in Docker. (calcom#15405) add zod.ts for google meet (calcom#15203) Update semantic-pull-requests.yml (calcom#15421) chore: Upgrade Sentry in v1, v2 & web (calcom#15396) refactor: recording and transcript webhook (calcom#15419) fix: reschedule and cancel unconfirmed event from email (calcom#15013) chore: added platform admin to seed.ts (calcom#15119) fix: margin top in booker embed (calcom#15412) Revert "fix: bookings made via API don't include the specified location (calcom#15067)" (calcom#15417) chore: v2 managed user inform when access token expires (calcom#15414) release: v4.1.11 (calcom#15406) fix: bookings made via API don't include the specified location (calcom#15067) fix: fixed the padding at the footer in /signup (calcom#15394) feat: generate transcription from recording and API endpoint (calcom#15358) refactor: v2 schedules (calcom#15403) fix: atoms useCheck and bump atoms version (calcom#15390) feat: go to Assignment tab after creation and warn if existing without assigning (calcom#14882) feat: Add `VariableNode` and `AddVariablesPlugin` (calcom#15293) ...
p6l-richard
pushed a commit
to p6l-richard/cal.com-fork
that referenced
this pull request
Jul 22, 2024
…ng built e.g. in Docker. (calcom#15405) Co-authored-by: Jack W <[email protected]>
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Sets output to standalone.
see @ #14852