chore: [app-router-migration-1] migrate the pages in settings/admin to the app directory (#12561)

Co-authored-by: Dmytro Hryshyn <dev.dmytroh@gmail.com>
Co-authored-by: DmytroHryshyn <125881252+DmytroHryshyn@users.noreply.github.com>
Co-authored-by: zomars <zomars@me.com>
This commit is contained in:
Benny Joo
2023-12-01 13:07:26 -07:00
committed by GitHub
co-authored by Dmytro Hryshyn DmytroHryshyn zomars
parent d13dedda9a
commit ca78be011c
83 changed files with 1193 additions and 165 deletions
+3 -1
View File
@@ -24,6 +24,8 @@ runs:
**/.turbo/**
**/dist/**
key: ${{ runner.os }}-${{ env.cache-name }}-${{ env.key-1 }}-${{ env.key-2 }}-${{ env.key-3 }}-${{ env.key-4 }}
- run: yarn build
- run: |
export NODE_OPTIONS="--max_old_space_size=8192"
yarn build
if: steps.cache-build.outputs.cache-hit != 'true'
shell: bash