mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Use typescript paths in cli scripts too
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
import { registerTSPaths } from '../../server/helpers/register-ts-paths'
|
||||
registerTSPaths()
|
||||
|
||||
import * as jsToXliff12 from 'xliff/jsToXliff12'
|
||||
import { writeFile } from 'fs-extra'
|
||||
import { join } from 'path'
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
import { registerTSPaths } from '../../server/helpers/register-ts-paths'
|
||||
registerTSPaths()
|
||||
|
||||
import * as xliff12ToJs from 'xliff/xliff12ToJs'
|
||||
import { readFileSync, unlink, writeFile } from 'fs-extra'
|
||||
import { join } from 'path'
|
||||
|
||||
Reference in New Issue
Block a user