File tree Expand file tree Collapse file tree 4 files changed +475
-124
lines changed
Expand file tree Collapse file tree 4 files changed +475
-124
lines changed Original file line number Diff line number Diff line change 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:*\" " ,
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}
File renamed without changes.
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments