0
0
mirror of https://github.com/jellyfin/jellyfin-vue.git synced 2025-04-10 21:39:34 +00:00
Files
.devcontainer
.github
.vscode
frontend
packages
configs
src
README.md
eslint.config.ts
package.json
tsconfig.json
shared
tauri-runtime
ui-toolkit
vite-plugins
packaging
.gitattributes
.gitignore
.npmrc
LICENSE
README.md
package-lock.json
package.json
Fernando Fernández 0be0f30632 chore: extend monorepo structure, better docs
Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
2025-01-25 00:06:49 +01:00

217 B

This package contains the base for all the configuration files of this monorepo. All other packages still contain configuration files, but they import their configs (or extends, like tsconfig.json files) from here.