Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into backend-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gf-rog committed May 16, 2024
2 parents 8ce797c + 757a357 commit e99a597
Show file tree
Hide file tree
Showing 3 changed files with 2,388 additions and 2,006 deletions.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "ISC",
"scripts": {
"start": "tsc-watch --noEmit --onSuccess \"tsx ./src/index.ts\"",
"test": "vitest",
"test": "vitest --single-thread",
"coverage": "vitest --coverage",
"build": "tsc",
"prod": "node build/index.js"
Expand Down
Loading

0 comments on commit e99a597

Please sign in to comment.