You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(webapp): make native build server the default in build settings
Switch the native build server from opt-in to opt-out. It's now enabled
by default and stored as a new `disableNativeBuildServer` opt-out key, so
previously-saved `useNativeBuildServer: false` values aren't mistaken for
deliberate opt-outs. Clarify in the UI that build settings apply to
GitHub-triggered and native build server deployments.
Make the native build server the default in project build settings. It's now opt-out, stored as a new `disableNativeBuildServer` key. Also clarifies in the UI that build settings apply to GitHub-triggered and native build server deployments.
Copy file name to clipboardExpand all lines: apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.settings.integrations/route.tsx
0 commit comments