Skip to content

Commit

Permalink
chore: mobile project migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
gimmyhehe committed Feb 11, 2025
1 parent b5642ab commit caeb9fa
Show file tree
Hide file tree
Showing 359 changed files with 1 addition and 47,458 deletions.
1 change: 0 additions & 1 deletion examples/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"@opentiny/vue-design-aurora": "workspace:~",
"@opentiny/vue-design-saas": "workspace:~",
"@opentiny/vue-icon": "workspace:~",
"@opentiny/vue-theme-mobile": "workspace:~",
"@opentiny/vue-theme-saas": "workspace:~",
"sortablejs": "1.15.0"
},
Expand Down
1 change: 0 additions & 1 deletion examples/nuxt/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@opentiny/vue-locale": "workspace:~",
"@opentiny/vue-renderless": "workspace:~",
"@opentiny/vue-theme": "workspace:~",
"@opentiny/vue-theme-mobile": "workspace:~",
"@opentiny/vue-vite-import": "~1.2.0",
"@tiptap/vue-3": "^2.1.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
Expand Down
1 change: 0 additions & 1 deletion internals/cli/src/config/vite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const getAlias = (vueVersion: string | number, theme = '', design) => {
'@opentiny/vue-icon$': pathFromWorkspaceRoot(`packages/vue-icon${ns(design || theme)}/index.ts`),
'@opentiny/vue-icon-multicolor$': pathFromWorkspaceRoot(`packages/vue-icon-multicolor${ns(theme)}/index.ts`),
'@opentiny/vue-renderless': pathFromWorkspaceRoot('packages/renderless/src'),
'@opentiny/vue-theme-mobile': pathFromWorkspaceRoot('packages/theme-mobile/src'),
'@opentiny/vue-theme': pathFromWorkspaceRoot(`packages/theme${ns(design || theme)}/src`),
'@opentiny/vue-theme-saas': pathFromWorkspaceRoot('packages/theme-saas/src'),
'@opentiny/vue-common': pathFromWorkspaceRoot('packages/vue-common/src/index-dev'),
Expand Down
22 changes: 0 additions & 22 deletions packages/mobile/LICENSE

This file was deleted.

Loading

0 comments on commit caeb9fa

Please sign in to comment.