chore(monorepo): move frontend under packages folder

Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
This commit is contained in:
Fernando Fernández
2026-04-07 18:58:12 +02:00
parent f82cf2bdea
commit 68673a092f
225 changed files with 170 additions and 142 deletions
+9 -5
View File
@@ -7,16 +7,18 @@ ci:
- changed-files:
- any-glob-to-any-file:
- '.github/workflows/**/**'
- '.github/renovate.json'
- '.github/labeler.yml'
'frontend:store':
- changed-files:
- any-glob-to-any-file:
- 'frontend/store/**/*.ts'
- 'packages/frontend/store/**/*.ts'
'frontend:plugins':
- changed-files:
- any-glob-to-any-file:
- 'frontend/plugins/**/*.ts'
- 'packages/frontend/plugins/**/*.ts'
vue:
- changed-files:
@@ -31,6 +33,8 @@ packaging:
ui:
- changed-files:
- any-glob-to-any-file:
- 'frontend/components/**/*.vue'
- 'frontend/layouts/**/*.vue'
- 'frontend/pages/**/*.vue'
- 'packages/frontend/components/**/*.vue'
- 'packages/frontend/layouts/**/*.vue'
- 'packages/frontend/pages/**/*.vue'
- 'packages/ui-toolkit/**/*.vue'
- 'packages/ui-toolkit/**/*.ts'
+2 -3
View File
@@ -37,7 +37,6 @@ build/Release
# Dependency directories
node_modules/
jspm_packages/
frontend/node_modules/
# TypeScript v1 declaration files
typings/
@@ -68,11 +67,11 @@ typings/
# nuxt.js build output
.nuxt
frontend/.nuxt
packages/frontend/.nuxt
# Nuxt generate
dist
frontend/dist
packages/frontend/dist
# vuepress build output
.vuepress/dist

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Some files were not shown because too many files have changed in this diff Show More