Skip to content

Commit

Permalink
Merge pull request #7 from AdonaiJehosua/module5-task2
Browse files Browse the repository at this point in the history
Завершаем проектировать базу данных
  • Loading branch information
nikopol-fw authored Oct 21, 2024
2 parents f15d852 + 3a37eb6 commit 6a0439f
Show file tree
Hide file tree
Showing 18 changed files with 579 additions and 5 deletions.
7 changes: 7 additions & 0 deletions nodemon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"watch": [
"src"
],
"ext": "ts, json",
"exec": "npm run ts ./src/main.rest.ts | pino-pretty --colorize --translateTime SYS:standard"
}
Loading

0 comments on commit 6a0439f

Please sign in to comment.