1
0
Fork 0
peertube/server/tools
lutangar 06aad80165 chore(refactor): remove shared folder dependencies to the server
Many files from the `shared` folder were importing files from the `server` folder.
When attempting to use Typescript project references to describe dependencies,
it highlighted a circular dependency beetween `shared` <-> `server`.

The Typescript project forbid such usages.
Using project references greatly improve performance by rebuilding only
the updated project and not all source files.
> see https://www.typescriptlang.org/docs/handbook/project-references.html
2021-12-16 10:08:43 +01:00
..
README.md Remove peertube watch and peertube repl 2021-09-10 15:06:57 +02:00
cli.ts chore(refactor): remove shared folder dependencies to the server 2021-12-16 10:08:43 +01:00
package.json Remove peertube watch and peertube repl 2021-09-10 15:06:57 +02:00
peertube-auth.ts esModuleInterop to true 2021-08-27 15:12:22 +02:00
peertube-get-access-token.ts Adapt CLI to new commands 2021-07-20 15:27:18 +02:00
peertube-import-videos.ts chore(refactor): remove shared folder dependencies to the server 2021-12-16 10:08:43 +01:00
peertube-plugins.ts CLI: plugins install command accept a --plugin-version parameter. (#4599) 2021-12-03 10:14:01 +01:00
peertube-redundancy.ts Fix typo. 2021-12-14 09:00:08 +01:00
peertube-upload.ts Shorter server command names 2021-07-20 15:27:18 +02:00
peertube.ts Fix embed api 2021-09-10 15:53:33 +02:00
tsconfig.json chore(refactor): remove shared folder dependencies to the server 2021-12-16 10:08:43 +01:00
yarn.lock Upgrade tools dependencies 2021-11-22 16:12:01 +01:00