Skip to content

Commit 1a91663

Browse files
committed
thjs-124: + package for backend start:dev script
1 parent ef17c70 commit 1a91663

File tree

4 files changed

+475
-124
lines changed

4 files changed

+475
-124
lines changed

apps/backend/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"migrate:dev:unlock": "npm run knex migrate:unlock",
1616
"migrate:dev:reset": "npm run migrate:dev:rollback && npm run migrate:dev",
1717
"seed:run": "npm run knex seed:run",
18-
"start:dev": "nodemon --exec \"node --loader ts-paths-esm-loader\" ./src/main.ts",
18+
"start:dev": "tsx watch ./src/index.ts",
1919
"lint:type": "npx tsc --noEmit",
2020
"lint:js": "npx eslint . --max-warnings=0",
2121
"lint": "concurrently \"npm:lint:*\"",
@@ -47,10 +47,9 @@
4747
"@types/qs": "6.9.15",
4848
"cross-env": "7.0.3",
4949
"jest": "29.7.0",
50-
"nodemon": "3.1.3",
5150
"pino-pretty": "11.2.0",
5251
"ts-jest": "29.1.4",
53-
"ts-node": "10.9.2",
54-
"ts-paths-esm-loader": "1.4.3"
52+
"ts-paths-esm-loader": "1.4.3",
53+
"tsx": "4.15.1"
5554
}
5655
}

apps/frontend/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"eslint-plugin-jsx-a11y": "6.8.0",
4242
"eslint-plugin-react": "7.34.2",
4343
"eslint-plugin-react-hooks": "4.6.2",
44+
"sass": "1.77.4",
4445
"stylelint-config-standard-scss": "13.1.0",
4546
"stylelint-scss": "6.3.1",
4647
"vite": "5.2.13",

0 commit comments

Comments
 (0)