mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
require -> import
This commit is contained in:
parent
e02643f32e
commit
4d4e5cd4dc
33 changed files with 66 additions and 67 deletions
|
@ -1,5 +1,5 @@
|
|||
import express = require('express')
|
||||
import cors = require('cors')
|
||||
import * as express from 'express'
|
||||
import * as cors from 'cors'
|
||||
|
||||
import {
|
||||
CONFIG,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue