mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2026-09-02 21:04:08 +03:00
chore(monorepo): move frontend under packages folder
Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
This commit is contained in:
+9
-5
@@ -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
@@ -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
Reference in New Issue
Block a user