Initial commit
This commit is contained in:
commit
e6d6427ddc
29 changed files with 4378 additions and 0 deletions
5
api/makefile
Normal file
5
api/makefile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
dev: build
|
||||
NODE_ENVIRONMENT="development" node dist/main.js
|
||||
|
||||
test:
|
||||
./node_modules/ts-mocha/bin/ts-mocha -r tsconfig-paths/register --paths src/**/*.spec.ts
|
||||
Loading…
Add table
Add a link
Reference in a new issue