Skip to content

Commit

Permalink
adding remote debug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwan-samarasinghe committed Jan 28, 2025
1 parent 9ff1fbc commit 8adf62b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion designer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start:test": "NODE_ENV=test yarn start:server",
"build": "NODE_ENV=production && NODE_OPTIONS=--openssl-legacy-provider && webpack",
"start:server": "node dist/server.js",
"start:local": "NODE_ENV=development PERSISTENT_BACKEND=preview ts-node-dev --inspect --respawn --transpile-only server/index.ts"
"start:local": "NODE_ENV=development PERSISTENT_BACKEND=preview ts-node-dev --inspect=0.0.0.0:9229 --respawn --transpile-only server/index.ts"
},
"author": "Communities UK",
"license": "SEE LICENSE IN LICENSE",
Expand Down
3 changes: 2 additions & 1 deletion runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scss:build": "node compile-scss.js",
"copy-forms": "node copy-form-json.js",
"clean:build": "rm -rf dist",
"dev": "NODE_ENV=development nodemon --watch src --ext js,json,ts,html,scss --exec 'yarn build && node dist/digital-form-builder-adapter/runner/index.js'",
"dev": "NODE_ENV=development nodemon --inspect=0.0.0.0:9228 --watch src --ext js,json,ts,html,scss --exec 'yarn build && yarn start:server'",
"start:server": "node dist/digital-form-builder-adapter/runner/index.js",
"production": "NODE_ENV=production npm run start:server",
"start:test": "NODE_ENV=development npm run start:server",
Expand Down Expand Up @@ -50,6 +50,7 @@
"@types/hoek": "^4.1.4",
"babel-eslint": "^10.1.0",
"babel-plugin-module-name-mapper": "^1.2.0",
"concurrently": "^7.0.0",
"hapi-auth-jwt2": "10.2.0",
"prisma": "^5.1.1",
"sass": "^1.49.9",
Expand Down

0 comments on commit 8adf62b

Please sign in to comment.