mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2026-01-15 16:33:35 -03:00
use symlink for web config rather than a separate file
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -1,6 +1,3 @@
|
||||
# config
|
||||
config.json
|
||||
|
||||
# npm
|
||||
dist
|
||||
web
|
||||
@@ -10,5 +7,5 @@ node_modules
|
||||
.idea
|
||||
.vscode
|
||||
|
||||
#log
|
||||
# log
|
||||
yarn-error.log
|
||||
|
||||
1
src/config.json
Symbolic link
1
src/config.json
Symbolic link
@@ -0,0 +1 @@
|
||||
config.template.json
|
||||
Reference in New Issue
Block a user