Skip to content

Commit

Permalink
move to using tsx from ts-node and nodemon
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Nov 6, 2024
1 parent 39bca53 commit 912c50f
Show file tree
Hide file tree
Showing 8 changed files with 473 additions and 171 deletions.
2 changes: 1 addition & 1 deletion .mocharc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"require": ["../../test/setup.mjs"],
"import": "tsx",
"timeout": 0,
"exit": true,
"extension": "ts"
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

services:
fnd-server:
restart: always
Expand Down
Loading

0 comments on commit 912c50f

Please sign in to comment.