Skip to content

Commit 8346597

Browse files
committed
chore: remove pro app
1 parent 5ebeb50 commit 8346597

46 files changed

Lines changed: 1 addition & 3561 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"access": "public",
1515
"baseBranch": "master",
1616
"updateInternalDependencies": "patch",
17-
"ignore": ["@tiny-design/docs", "@tiny-design/extract", "@tiny-design/pro"]
17+
"ignore": ["@tiny-design/docs", "@tiny-design/extract"]
1818
}

.github/workflows/deploy-site.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,6 @@ jobs:
4646
- name: Copy 404.html for SPA routing
4747
run: cp apps/docs/build/index.html apps/docs/build/404.html
4848

49-
- name: Build pro site
50-
run: pnpm --filter @tiny-design/pro build
51-
env:
52-
NEXT_PUBLIC_BASE_PATH: /tiny-design/pro
53-
54-
- name: Merge pro into docs output
55-
run: cp -r apps/pro/out/ apps/docs/build/pro/
56-
5749
- name: Upload artifact
5850
uses: actions/upload-pages-artifact@v3
5951
with:

apps/pro/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

apps/pro/next-env.d.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

apps/pro/next.config.ts

Lines changed: 0 additions & 63 deletions
This file was deleted.

apps/pro/package.json

Lines changed: 0 additions & 27 deletions
This file was deleted.

apps/pro/postcss.config.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

apps/pro/src/app/blocks/[category]/category-page-client.tsx

Lines changed: 0 additions & 33 deletions
This file was deleted.

apps/pro/src/app/blocks/[category]/category-page.module.scss

Lines changed: 0 additions & 35 deletions
This file was deleted.

apps/pro/src/app/blocks/[category]/page.tsx

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)