Skip to content

Commit

Permalink
Added ts-node dep
Browse files Browse the repository at this point in the history
  • Loading branch information
savokr committed Mar 31, 2024
1 parent 602777a commit 83aac06
Show file tree
Hide file tree
Showing 2 changed files with 365 additions and 270 deletions.
3 changes: 2 additions & 1 deletion client-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "./public/index.js",
"type": "module",
"scripts": {
"start": "node --loader ts-node/esm -r tsconfig-paths/register ./src/run.ts -b 'wss://apiv2.paipe.io'",
"start": "node --loader ts-node/esm -r tsconfig-paths/register ./src/run.ts -b wss://api.paipe.io",
"start:local": "node --loader ts-node/esm -r tsconfig-paths/register ./src/run.ts -b 'ws://localhost:8080'",
"build": "yarn rm:public && yarn generate:schemas && tsc && tsc-alias",
"rm:public": "rm -rf ./public",
Expand All @@ -31,6 +31,7 @@
"node-sd-webui": "^0.0.8",
"queue": "^7.0.0",
"reconnecting-websocket": "^4.4.0",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.8",
"tsc-watch": "^6.0.4",
"tsconfig-paths": "^4.2.0",
Expand Down
Loading

0 comments on commit 83aac06

Please sign in to comment.