Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix error when running setup:cli | Chocobozzz | 2022-09-28 | 1 | -1/+0 |
| | |||||
* | Stop using tsconfig register | Chocobozzz | 2022-01-06 | 1 | -2/+4 |
| | | | | Prefer to replace paths at compile time | ||||
* | chore(refactor): remove shared folder dependencies to the server | lutangar | 2021-12-16 | 1 | -1/+1 |
| | | | | | | | | | | | 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 | ||||
* | Fix tsconfig with CLI tools | Chocobozzz | 2019-10-23 | 1 | -0/+1 |
| | |||||
* | Add more CLI tests | Chocobozzz | 2019-06-13 | 1 | -2/+1 |
| | |||||
* | Remove summon install | Chocobozzz | 2019-05-27 | 1 | -1/+1 |
| | |||||
* | Move CLI dependencies in their own package.json | Chocobozzz | 2019-05-27 | 1 | -0/+16 |