aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/typings/models/index.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-11-15 15:06:03 +0100
committerChocobozzz <me@florianbigard.com>2019-11-25 10:59:43 +0100
commitd7a25329f9e607894d29ab342b9cb66638b56dc0 (patch)
tree6cd6bc4f2689f78944238b313c93427423a932ac /server/typings/models/index.ts
parent14981d7331da3f63fe6cfaf020ccb7c910006eaf (diff)
downloadPeerTube-d7a25329f9e607894d29ab342b9cb66638b56dc0.tar.gz
PeerTube-d7a25329f9e607894d29ab342b9cb66638b56dc0.tar.zst
PeerTube-d7a25329f9e607894d29ab342b9cb66638b56dc0.zip
Add ability to disable webtorrent
In favour of HLS
Diffstat (limited to 'server/typings/models/index.ts')
-rw-r--r--server/typings/models/index.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/server/typings/models/index.ts b/server/typings/models/index.ts
new file mode 100644
index 000000000..78b4948ce
--- /dev/null
+++ b/server/typings/models/index.ts
@@ -0,0 +1,5 @@
1export * from './account'
2export * from './oauth'
3export * from './server'
4export * from './user'
5export * from './video'