aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/setup
Commit message (Collapse)AuthorAgeFilesLines
* Fix error when running setup:cliChocobozzz2022-09-281-1/+0
|
* Stop using tsconfig registerChocobozzz2022-01-061-2/+4
| | | | Prefer to replace paths at compile time
* chore(refactor): remove shared folder dependencies to the serverlutangar2021-12-161-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 toolsChocobozzz2019-10-231-0/+1
|
* Add more CLI testsChocobozzz2019-06-131-2/+1
|
* Remove summon installChocobozzz2019-05-271-1/+1
|
* Move CLI dependencies in their own package.jsonChocobozzz2019-05-271-0/+16