Commit b8ec488
authored
chore: Disable deployment for i18n branch (#12166)
<!--
Before opening a pull request, please read the [contributing
guidelines](https://github.com/pancakeswap/pancake-frontend/blob/develop/CONTRIBUTING.md)
first
-->
<!-- start pr-codex -->
---
## PR-Codex overview
This PR introduces a new `git` configuration to the `vercel.json` files
in both the `apps/web` and `apps/solana` directories, specifically
enabling or disabling deployment options for the `l10n_develop`
environment.
### Detailed summary
- In `apps/web/vercel.json`:
- Added `git` configuration with `deploymentEnabled` for `l10n_develop`
set to `false`.
- In `apps/solana/vercel.json`:
- Added a `$schema` reference.
- Included `git` configuration with `deploymentEnabled` for
`l10n_develop` set to `false`.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your
question}`
<!-- end pr-codex -->1 parent 991e36e commit b8ec488
2 files changed
+14
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
9 | 14 | | |
0 commit comments