mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
use symlink for web config rather than a separate file
This commit is contained in:
parent
af128f1c58
commit
c9ee1ccc66
2 changed files with 2 additions and 4 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,6 +1,3 @@
|
||||||
# config
|
|
||||||
config.json
|
|
||||||
|
|
||||||
# npm
|
# npm
|
||||||
dist
|
dist
|
||||||
web
|
web
|
||||||
|
@ -10,5 +7,5 @@ node_modules
|
||||||
.idea
|
.idea
|
||||||
.vscode
|
.vscode
|
||||||
|
|
||||||
#log
|
# log
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
|
|
1
src/config.json
Symbolic link
1
src/config.json
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
config.template.json
|
Loading…
Add table
Add a link
Reference in a new issue