Skip to content

chore: use tsx for dev server execution [skip ci] #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "blocklet dev",
"lint": "tsc --noEmit && eslint src api/src --ext .mjs,.js,.jsx,.ts,.tsx",
"lint:fix": "npm run lint -- --fix",
"start": "cross-env NODE_ENV=development nodemon api/dev.ts -w api",
"start": "cross-env NODE_ENV=development nodemon --exec tsx api/dev.ts -w api",
"clean": "node scripts/build-clean.mjs",
"bundle": "tsc --noEmit && npm run bundle:client && npm run bundle:api",
"bundle:client": "vite build",
Expand Down Expand Up @@ -84,6 +84,7 @@
"rimraf": "^5.0.10",
"simple-git-hooks": "^2.11.1",
"ts-node": "^10.9.2",
"tsx": "^4.19.3",
"typescript": "^5.7.3",
"vite": "^5.4.14",
"vite-plugin-blocklet": "^0.9.29",
Expand Down
Loading
Loading