Skip to content

Commit

Permalink
ts-node
Browse files Browse the repository at this point in the history
  • Loading branch information
tailuge committed Dec 22, 2024
1 parent cb7579c commit cec19e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"serve": "webpack serve",
"servegitpod": "webpack serve --client-web-socket-url $(gp url 8080 | sed 's/http/ws/' | sed 's#$#/ws#')",
"deps": "npx yarn-check --skip-unused",
"websocket": "nodemon src/network/server/server.ts",
"websocket": "ts-node src/network/server/server.ts",
"nop": "echo nop",
"dockerify": "docker build -f dist/Dockerfile -t tailuge/billiards-nginx .",
"gltfpack": "npx gltfpack -i dist/models/p8.gltf -o dist/models/p8.min.gltf && npx gltfpack -i dist/models/threecushion.gltf -o dist/models/threecushion.min.gltf && npx gltfpack -i dist/models/snooker.gltf -o dist/models/snooker.min.gltf && npx gltfpack -i dist/models/d-snooker.gltf -o dist/models/d-snooker.min.gltf"
Expand Down

0 comments on commit cec19e7

Please sign in to comment.