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:
|
- changed-files:
|
||||||
- any-glob-to-any-file:
|
- any-glob-to-any-file:
|
||||||
- '.github/workflows/**/**'
|
- '.github/workflows/**/**'
|
||||||
|
- '.github/renovate.json'
|
||||||
|
- '.github/labeler.yml'
|
||||||
|
|
||||||
'frontend:store':
|
'frontend:store':
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file:
|
- any-glob-to-any-file:
|
||||||
- 'frontend/store/**/*.ts'
|
- 'packages/frontend/store/**/*.ts'
|
||||||
|
|
||||||
'frontend:plugins':
|
'frontend:plugins':
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file:
|
- any-glob-to-any-file:
|
||||||
- 'frontend/plugins/**/*.ts'
|
- 'packages/frontend/plugins/**/*.ts'
|
||||||
|
|
||||||
vue:
|
vue:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
@@ -31,6 +33,8 @@ packaging:
|
|||||||
ui:
|
ui:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file:
|
- any-glob-to-any-file:
|
||||||
- 'frontend/components/**/*.vue'
|
- 'packages/frontend/components/**/*.vue'
|
||||||
- 'frontend/layouts/**/*.vue'
|
- 'packages/frontend/layouts/**/*.vue'
|
||||||
- 'frontend/pages/**/*.vue'
|
- 'packages/frontend/pages/**/*.vue'
|
||||||
|
- 'packages/ui-toolkit/**/*.vue'
|
||||||
|
- 'packages/ui-toolkit/**/*.ts'
|
||||||
|
|||||||
+2
-3
@@ -37,7 +37,6 @@ build/Release
|
|||||||
# Dependency directories
|
# Dependency directories
|
||||||
node_modules/
|
node_modules/
|
||||||
jspm_packages/
|
jspm_packages/
|
||||||
frontend/node_modules/
|
|
||||||
|
|
||||||
# TypeScript v1 declaration files
|
# TypeScript v1 declaration files
|
||||||
typings/
|
typings/
|
||||||
@@ -68,11 +67,11 @@ typings/
|
|||||||
|
|
||||||
# nuxt.js build output
|
# nuxt.js build output
|
||||||
.nuxt
|
.nuxt
|
||||||
frontend/.nuxt
|
packages/frontend/.nuxt
|
||||||
|
|
||||||
# Nuxt generate
|
# Nuxt generate
|
||||||
dist
|
dist
|
||||||
frontend/dist
|
packages/frontend/dist
|
||||||
|
|
||||||
# vuepress build output
|
# vuepress build output
|
||||||
.vuepress/dist
|
.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