1
0
Fork 0
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:
dkanada 2020-06-06 15:57:15 +09:00
parent af128f1c58
commit c9ee1ccc66
2 changed files with 2 additions and 4 deletions

5
.gitignore vendored
View file

@ -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
View file

@ -0,0 +1 @@
config.template.json