mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2025-03-03 03:16:34 +00:00
9 lines
109 B
JavaScript
9 lines
109 B
JavaScript
module.exports = {
|
|
projects: [
|
|
{
|
|
root: './client',
|
|
package: '../package.json'
|
|
}
|
|
]
|
|
};
|