mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Stop using tsconfig register
Prefer to replace paths at compile time
This commit is contained in:
parent
cea093bca5
commit
f8360396ff
47 changed files with 191 additions and 609 deletions
|
@ -1,13 +1,8 @@
|
|||
// eslint-disable @typescript-eslint/no-unnecessary-type-assertion
|
||||
|
||||
import { registerTSPaths } from '../helpers/register-ts-paths'
|
||||
registerTSPaths()
|
||||
|
||||
import { program, Command, OptionValues } from 'commander'
|
||||
import { assignToken, buildServer, getServerCredentials } from './cli'
|
||||
import { PluginType } from '../../shared/models'
|
||||
import { isAbsolute } from 'path'
|
||||
import CliTable3 from 'cli-table3'
|
||||
import { Command, OptionValues, program } from 'commander'
|
||||
import { isAbsolute } from 'path'
|
||||
import { PluginType } from '../../shared/models'
|
||||
import { assignToken, buildServer, getServerCredentials } from './cli'
|
||||
|
||||
program
|
||||
.name('plugins')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue