aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/build/server.sh
Commit message (Collapse)AuthorAgeFilesLines
* Stop using tsconfig registerChocobozzz2022-01-061-4/+2
| | | | Prefer to replace paths at compile time
* chore(refactor): remove shared folder dependencies to the serverlutangar2021-12-161-2/+5
| | | | | | | | | | | 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 emailsChocobozzz2020-06-021-0/+1
|
* Use bash to run build scripts tooChocobozzz2020-02-191-1/+1
|
* Fix bug with tsconfig pathsChocobozzz2019-10-211-0/+1
|
* Fix audio uploading without previewChocobozzz2019-10-181-1/+1
|
* Fix dnt routeChocobozzz2018-10-011-1/+1
|
* Fix dnt routeChocobozzz2018-09-251-0/+1
|
* Clean shell scripts (#398)Léo Andrès2018-03-271-1/+3
|
* Better build/dev scriptsChocobozzz2017-06-111-0/+5