mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
shared/ typescript types dir server-commands
This commit is contained in:
parent
6b5f72beda
commit
bf54587a3e
242 changed files with 228 additions and 172 deletions
17
shared/server-commands/server/index.ts
Normal file
17
shared/server-commands/server/index.ts
Normal file
|
@ -0,0 +1,17 @@
|
|||
export * from './config-command'
|
||||
export * from './contact-form-command'
|
||||
export * from './debug-command'
|
||||
export * from './directories'
|
||||
export * from './follows-command'
|
||||
export * from './follows'
|
||||
export * from './jobs'
|
||||
export * from './jobs-command'
|
||||
export * from './object-storage-command'
|
||||
export * from './plugins-command'
|
||||
export * from './plugins'
|
||||
export * from './redundancy-command'
|
||||
export * from './server'
|
||||
export * from './servers-command'
|
||||
export * from './servers'
|
||||
export * from './stats-command'
|
||||
export * from './tracker'
|
Loading…
Add table
Add a link
Reference in a new issue